This is an Admin System Front-end based on vue-admin-template.
These instructions will get you a copy of the project up and running on your local machine for development.
Software/Package version requirement:
npm <= 8.1.0
node.js <= 16.12.0
Clone the project and use npm to install dependency
# clone the project
git clone https://github.com/DavidZhang0710/x-admin-web.git
# enter the project directory
cd x-admin-web
# install dependency
npm install
Here you have a project ready to run.
First you need to set up the configuration in .env.development, and make sure the value of VUE_APP_BASE_API is your back-end port.
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://localhost:9999'
Now you can run the project.
# develop
npm run dev
I also develop a complete system based on this front-end project and a back-end project. For more information, see in the branch project.
- Vue.js - The web framework used
- Node.js - JavaScript Environment Management
- Element UI - Used to set up Web UI
This project is licensed under the MIT License - see the LICENSE file for details