Front-end separation project based on vue3 family bucket development

Vue3-Member-Management-Center

📝This is a front-end separation project based on vue3 family bucket development. This project uses NPM security resource manager, combined with webpack for packaging.

🐉As for the architectural style, I use RESTful, because this architectural style uses the existing features and capabilities of the Web, and better uses some of the guidelines and constraints in the existing Web standards.

🗃️In terms of data processing, mock.js in this project can generate a simulated data interface through a certain rule (API document) through a simulated data generator, 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 obsolete vue-resource in vue1.x for sending requests to the background

🎉Project operation (nodejs 6.0+)

Clone to local

git clone https://github.com/Oudanlu/vue3-Member-Management-Center.git

Enter folder

cd vue3-Member-Management-Center

Installation dependencies

npm install or yarn (recommended)

Install mock.js

npm install mockjs

Install axios

npm install axios -S

Install Element-UI

npm and -S ui-element

Turn on local server

npm run dev

Release environment

npm run build

! If the startup project reports an error, please check the configuration file

😉If it is helpful to you, you can click “Star” in the upper right corner to support it~ Thanks

🌎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~

Screenshot of the running part of the project

Image text

Image text

Image text

Image text

Project operation animation

Image text

Download Details:

Author: Oudanlu

Source Code: https://github.com/Oudanlu/vue3-Member-Management-Center

#vue #vuejs #javascript

Front-end separation project based on vue3 family bucket development
3.65 GEEK