|
|
%!s(int64=8) %!d(string=hace) años | |
|---|---|---|
| build | %!s(int64=8) %!d(string=hace) años | |
| config | %!s(int64=8) %!d(string=hace) años | |
| src | %!s(int64=8) %!d(string=hace) años | |
| static | %!s(int64=8) %!d(string=hace) años | |
| .babelrc | %!s(int64=8) %!d(string=hace) años | |
| .editorconfig | %!s(int64=8) %!d(string=hace) años | |
| .eslintignore | %!s(int64=8) %!d(string=hace) años | |
| .eslintrc.js | %!s(int64=8) %!d(string=hace) años | |
| .gitignore | %!s(int64=8) %!d(string=hace) años | |
| .postcssrc.js | %!s(int64=8) %!d(string=hace) años | |
| LICENSE | %!s(int64=8) %!d(string=hace) años | |
| README-zh.md | %!s(int64=8) %!d(string=hace) años | |
| README.md | %!s(int64=8) %!d(string=hace) años | |
| favicon.ico | %!s(int64=8) %!d(string=hace) años | |
| index.html | %!s(int64=8) %!d(string=hace) años | |
| package.json | %!s(int64=8) %!d(string=hace) años | |
| yarn.lock | %!s(int64=8) %!d(string=hace) años |
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.