A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
The current version is v4.0+ build on vue-cli. If you want to use the old version , you can switch branch to tree/2.3.0, it does not rely on vue-cli
git clone https://github.com/bstdn/vue-element-admin.git
cd vue-element-admin
npm install // or yarn
npm run dev // or yarn dev
# 指定端口
npm run dev --port=8080 // or yarn dev --port=8080
npm run build
npm run lint
Copyright (c) 2019-present, bstdn
