Overview
This project is a backend management system built with Vue2, Element-UI, and Axios. It is responsive to various screen sizes and uses a mock server to handle data, so it can be easily downloaded and run. It is also easy to replace the REST API interface with your own. The Vue3 version is currently being planned.
Features
- Built with Vue2, Element-UI, and Axios
- Responsive design for multiple screen sizes
- Uses a mock server for data handling
- Easy to replace REST API interface
Installation
To install the theme, follow these steps:
- Download the project files.
- Open a terminal and navigate to the project folder.
- Install the dependencies by running the following command:
npm install
- Start the mock server by running the following command:
npm run mock
- Open a browser and go to http://localhost:8080 to access the admin panel.
Summary
This project is a backend management system built with Vue2, Element-UI, and Axios. It is responsive to various screen sizes and uses a mock server for data handling. The theme can be easily installed by downloading the project files and following the installation guide. It also provides the flexibility to replace the REST API interface with your own.