This is a front-end and back-end separation project developed based on vue3 family bucket. This project uses the NPM resource manager and combines it with webpack for packaging.
?In terms of architectural style, I adopt RESTful because this architectural style uses the existing features and capabilities of the Web and makes better use of some guidelines and constraints in existing Web standards.
?️In terms of data processing, mock.js in this project can use the simulated data generator to generate a simulated data interface through certain rules (API documents), and provide it to front-end personnel for testing.
In order to make the interface more beautiful, I introduced the UI framework ElementUI.
?In this project, axios is used to replace the abandoned vue-resource in vue1.x, which is used to send requests to the background.
?Project running (nodejs 6.0+)
git clone https://github.com/Oudanlu/vue3-Member-Management-Center.git
cd vue3-Member-Management-Center
npm install or yarn (recommended)
npm install mockjs
npm install axios -S
npm i -S element-ui
npm rundev
npm run build
! If you get an error when starting the project, please check the configuration file.
If it is helpful to you, you can click "Star" in the upper right corner to support it~Thank you
?Or you can "follow" and I will continue to create more projects
You can also put forward your own opinions or doubts in the issue~