Go to file
Pan 73ff664560 fix:[menu]: some bug in only has one showing child 2018-05-02 18:00:35 +08:00
build fix:fixed bug in old browsers 2017-12-19 18:26:40 +08:00
config chore[devtool]: set cheap-source-map to default 2018-01-22 18:02:28 +08:00
src fix:[menu]: some bug in only has one showing child 2018-05-02 18:00:35 +08:00
static init 2017-06-26 13:38:24 +08:00
.babelrc rm babel-plugin-dynamic-import-node 2018-01-15 13:27:03 +08:00
.editorconfig add editorconfig 2017-08-01 15:49:04 +08:00
.eslintignore init 2017-06-26 13:38:24 +08:00
.eslintrc.js refactor build 2017-12-14 17:14:35 +08:00
.gitignore refactor build 2017-12-14 17:14:35 +08:00
.postcssrc.js refactor build 2017-12-14 17:14:35 +08:00
.travis.yml perf[chore]:set travis notifications:false 2017-12-11 14:21:03 +08:00
LICENSE update LICENSE 2018-01-11 12:29:14 +08:00
README-zh.md update LICENSE 2018-01-11 12:29:14 +08:00
README.md perf[permission]:set role => roles 2018-01-11 12:29:14 +08:00
favicon.ico feat:add showPwd 2017-11-29 09:55:33 +08:00
index.html refactor build 2017-12-14 17:14:35 +08:00
package.json update element-ui 2018-04-18 14:47:20 +08:00

README.md

vueAdmin-template

A minimal vue admin template with Element UI & axios & iconfont & permission control & lint

Live demo: http://panjiachen.github.io/vueAdmin-template

中文文档

Build Setup


# 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

Demo

demo

Extra

If you want router permission && generate menu by user roles , you can use this branch permission-control

vue-element-admin

electron-vue-admin

License

MIT license.

Copyright (c) 2017-present PanJiaChen