vue-element-admin
is a production-ready solution for admin interfaces. Based on Vue.js and use the UI Toolkit -- element. vue-element-admin
is a magical vue admin, it based on the newest development stack of vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. It helps you build a large complex Single-Page Applications. I believe whatever your needs are, this project will help you.
vue-element-admin is a admin interfaces integration solution, which is not suitable for secondary development as a base template.
- Base template recommends using: vueAdmin-template
Note: This project uses [email protected]+ version, so the minimum compatible [email protected]
You need to install node and git locally. The project is based on ES2015+、vue、vuex、vue-router 和 element-ui. All data requests for this project are simulated using Mock.js. It would be helpful if you have pre-existing knowledge on those.
# clone the project for backend
git clone [email protected]:tobitoi/ITHelpdesk-Backend.git
# clone the project for frontend
git clone https://github.com/tobitoi/ITHelpDesk-Frontend.git
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9520.