Encore 5f48ee5866 enhance api | vor 6 Jahren | |
---|---|---|
build | vor 7 Jahren | |
config | vor 6 Jahren | |
src | vor 6 Jahren | |
static | vor 7 Jahren | |
.babelrc | vor 7 Jahren | |
.editorconfig | vor 7 Jahren | |
.eslintignore | vor 7 Jahren | |
.eslintrc.js | vor 7 Jahren | |
.gitignore | vor 7 Jahren | |
.postcssrc.js | vor 7 Jahren | |
LICENSE | vor 7 Jahren | |
README-zh.md | vor 7 Jahren | |
README.md | vor 7 Jahren | |
favicon.ico | vor 7 Jahren | |
index.html | vor 6 Jahren | |
package.json | vor 6 Jahren | |
yarn.lock | vor 6 Jahren |
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.