Go to file
Randy 2feb702792
Update README.md
2019-07-12 12:30:16 +08:00
public newVersion 2019-07-12 10:23:40 +08:00
src newVersion 2019-07-12 10:23:40 +08:00
tests/unit newVersion 2019-07-12 10:23:40 +08:00
.browserslistrc newVersion 2019-07-12 10:23:40 +08:00
.editorconfig newVersion 2019-07-12 10:23:40 +08:00
.eslintrc.js newVersion 2019-07-12 10:23:40 +08:00
.gitignore newVersion 2019-07-12 10:23:40 +08:00
.prettierrc.json newVersion 2019-07-12 10:23:40 +08:00
README.md Update README.md 2019-07-12 12:30:16 +08:00
babel.config.js newVersion 2019-07-12 10:23:40 +08:00
jest.config.js newVersion 2019-07-12 10:23:40 +08:00
package-lock.json newVersion 2019-07-12 10:23:40 +08:00
package.json newVersion 2019-07-12 10:23:40 +08:00
postcss.config.js newVersion 2019-07-12 10:23:40 +08:00
vue.config.js newVersion 2019-07-12 10:23:40 +08:00
webpack.dll.conf.js newVersion 2019-07-12 10:23:40 +08:00
yarn.lock newVersion 2019-07-12 10:23:40 +08:00

README.md

vue-admin-permission

项目基于vue-cli3.0进行搭建并使用了vue全家桶vue vuex axios vue-router elementui增加了按钮级别的权限控制

线上地址

Project setup安装包

这里需要使用npm进行安装如果用cnpm或者yarn会有热更新失效的问题
npm install

Compiles and hot-reloads for development运行项目


npm run serve:randy  

Compiles and minifies for production打包

如果是首次打包或者第三方库文件发生变更,则需要先运行 npm run dll,用于抽离第三方库如vue vuex axios element-ui此后直接运行npm run build即可

npm run build

analyze your items (项目模块分析)

npm run analyze

温馨提示

在新增vue页面的时候热更新可能会失效重启一下项目

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.