ethan 093ac7464c update ratio | 6 anni fa | |
---|---|---|
build | 7 anni fa | |
config | 6 anni fa | |
src | 6 anni fa | |
static | 7 anni fa | |
.babelrc | 7 anni fa | |
.editorconfig | 7 anni fa | |
.eslintignore | 7 anni fa | |
.eslintrc.js | 7 anni fa | |
.gitignore | 7 anni fa | |
.postcssrc.js | 7 anni fa | |
LICENSE | 7 anni fa | |
README-zh.md | 7 anni fa | |
README.md | 7 anni fa | |
favicon.ico | 7 anni fa | |
index.html | 6 anni fa | |
package.json | 6 anni fa | |
yarn.lock | 6 anni fa |
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://panjiachen.github.io/vueAdmin-template
# Clone project
git clone https://github.com/PanJiaChen/vueAdmin-template.git
# Install dependencies
npm install
# serve with hot reload at localhost:9528
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
If you want router permission && generate menu by user role , you can use this branch permission-control
MIT license.