Phase function

  • Implement the response layout of the sidebar and the top column
  • Realize home page construction
  • Basic table page build

1. The navigation bar

Functional requirements

  1. The default display sidebar, click the response tag bar and go to the corresponding page
  2. Click the top bar button, the sidebar disappears, the top bar appears, click the response tag bar and go to the corresponding page

2. The home page

Functional requirements

  1. Two large plates show outstanding data
  2. Search the gallery to find the corresponding icon to the corresponding route, build a small card

3. Table page

Functional requirements

  1. Search bar module
  2. Add, delete and other functions
  3. paging

thinking

  • Whether it is easier to write a form page as a component because of the right permissions, and whether it is easier to write a code snippet as a component

4. Modify

  1. Add exit function to profile picture

Prepare data and interfaces

Node as back-end support

To prepare

  • Mysql as a database
  • Navicat For Mysql as database development tool
  • Node.js’s KOA2 serves as the backend framework
  • Postman serves as an interface verification tool

You can use Navicat, Postman, koA2