AdminUI is a front-end management background integration solution. It based on Vue.js and use the UI Toolkit iView.
# clone the project
git clone https://github.com/an-zhua/adminUI.git
// install dependencies
npm install
// develop
npm run dev
npm run build