What do you need for a complete login with front-end vue project and node?

Essential modules for front-end vue projects

  • vuex
  • router
  • css (gass / less)

1. You may use the express written framework service ------ express

  • npm install express -S

2. You may use components of others written (a function) ------ ElementUI

  • cnpm install element-ui -S

3. You may use encryption MD5 ----- MD5

  • cnpm install md5 -S

4. You may use interface calls Axios ------ Axios

  • cnpm install axios -S

5. You may use the token token ------ token

  • cnpm install jwt-simple -S

6. You may use the database mongo operate ------ mongo

  • cnpm install mongodb -S
Published 74 original articles · praised 7 · visits 2201

Guess you like

Origin blog.csdn.net/qq_44163269/article/details/105408557