ethan 093ac7464c update ratio | %!s(int64=6) %!d(string=před) roky | |
---|---|---|
build | %!s(int64=7) %!d(string=před) roky | |
config | %!s(int64=6) %!d(string=před) roky | |
src | %!s(int64=6) %!d(string=před) roky | |
static | %!s(int64=7) %!d(string=před) roky | |
.babelrc | %!s(int64=7) %!d(string=před) roky | |
.editorconfig | %!s(int64=7) %!d(string=před) roky | |
.eslintignore | %!s(int64=7) %!d(string=před) roky | |
.eslintrc.js | %!s(int64=7) %!d(string=před) roky | |
.gitignore | %!s(int64=7) %!d(string=před) roky | |
.postcssrc.js | %!s(int64=7) %!d(string=před) roky | |
LICENSE | %!s(int64=7) %!d(string=před) roky | |
README-zh.md | %!s(int64=7) %!d(string=před) roky | |
README.md | %!s(int64=7) %!d(string=před) roky | |
favicon.ico | %!s(int64=7) %!d(string=před) roky | |
index.html | %!s(int64=6) %!d(string=před) roky | |
package.json | %!s(int64=6) %!d(string=před) roky | |
yarn.lock | %!s(int64=6) %!d(string=před) roky |
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.