A seed project for background management system based on vuejs , can be used to quickly build enterprise background management system.
https://zkerhcy.github.io/base-admin
# clone
git clone git@github.com:zkerhcy/base-admin.git
cd base-admin
# install dependencies
npm install
# dev (open in http://localhost:8080)
npm run serve# production in dist/
npm run build