Vue e-commerce background management system function display

  1. Project technology: html, css, javascript, node.js, vue, mysql
  2. Project description: E-commerce background management system, the main functions include: user account management, commodity classification, commodity information, orders, data statistics and other business functions. The front-end and back-end separation development mode is adopted, in which the front-end project is a SPA project based on the Vue technology stack, which connects to the server through the API interface and accesses the mysql database.
  3. Finished product effect display:

1. Login interface

login interface


2. Login verification rules

insert image description here


3. After successful login, save the Token

insert image description here


4. User management page

insert image description here


5. Add user functions (using regular expressions for verification)

insert image description here


6. The user is added successfully, and a message box pops up

insert image description here


insert image description here


7. Paging function

insert image description here


8. Search function

insert image description here


9. Click the switch button to update the status

insert image description here


10. Delete function

insert image description here


11. Modify function (same as adding, add verification rules)

insert image description here


12. At present, the user account management function has been written, and the remaining unfinished functions will be written when you have time~


Guess you like

Origin blog.csdn.net/weixin_45065754/article/details/123464023