From 2bfb9caaac55012aade4e3101592715a56797806 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 16 Aug 2018 11:07:21 +0800 Subject: [PATCH] docs --- README-zh.md | 8 +++++--- README.md | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index 94ece97..92f3812 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,6 +8,8 @@ 如果你想要根据用户角色来动态生成侧边栏和 router,你可以使用改分支[permission-control](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control) +本项目基于`webpack4`开发,若还想使用`webpack3`开发,请使用该分支[webpack3](https://github.com/PanJiaChen/vueAdmin-template/tree/webpack3) + ## 相关项目 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) @@ -34,13 +36,13 @@ npm install # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题 npm install --registry=https://registry.npm.taobao.org -# serve with hot reload at localhost:9528 +# Serve with hot reload at localhost:9528 npm run dev -# build for production with minification +# Build for production with minification npm run build -# build for production and view the bundle analyzer report +# Build for production and view the bundle analyzer report npm run build --report ``` diff --git a/README.md b/README.md index 77273b4..8b5f78b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ https://panjiachen.gitee.io/vue-element-admin-site/zh/guide/ If you want router permission && generate menu by user roles , you can use this branch [permission-control](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control) +This project is based on `webpack4` development. If you want to use `webpack3` development, please use this branch [webpack3](https://github.com/PanJiaChen/vueAdmin-template/tree/webpack3) + ## Related Project [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)