No Description

Pan 3c75eb6dde refine code 7 years ago
build 89d04fe7c2 fix:fixed bug in old browsers 7 years ago
config 3b733bda4c chore[devtool]: set cheap-source-map to default 7 years ago
src 3c75eb6dde refine code 7 years ago
static c528bd8ad0 init 7 years ago
.babelrc 15edbf08be rm babel-plugin-dynamic-import-node 7 years ago
.editorconfig 972b305e48 add editorconfig 7 years ago
.eslintignore c528bd8ad0 init 7 years ago
.eslintrc.js cade4f9449 refactor build 7 years ago
.gitignore cade4f9449 refactor build 7 years ago
.postcssrc.js 3c75eb6dde refine code 7 years ago
.travis.yml 2325e7651b perf[chore]:set travis notifications:false 7 years ago
LICENSE 374bf49c6c update LICENSE 7 years ago
README-zh.md 374bf49c6c update LICENSE 7 years ago
README.md 79c7160d01 perf[permission]:set role => roles 7 years ago
favicon.ico 29ec7f8a18 feat:add showPwd 7 years ago
index.html cade4f9449 refactor build 7 years ago
package.json 74bb623d68 update element-ui 7 years ago

README-zh.md

vueAdmin-template

这是一个 极简的vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。

线上地址

Extra

如果你想要根据用户角色来动态生成侧边栏和router,你可以使用改分支permission-control   ## 相关项目 vue-element-admin

electron-vue-admin

写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:

Build Setup


# Clone project
git clone https://github.com/PanJiaChen/vueAdmin-template.git

# Install dependencies
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 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

License

MIT license.

Copyright (c) 2017-present PanJiaChen