前端vue项目结合 node 做一个完整登录都需要那些东西?

前端 vue 项目必不可少的模块

  • vuex
  • router
  • css (gass / less)

1. 你可能使用 express 框架 书写服务 ------ express

  • npm install express -S

2. 你可能使用 别人写好的组件(某个功能) ------ ElementUi

  • cnpm install element-ui -S

3. 你可能使用 加密 md5 ----- md5

  • cnpm install md5 -S

4. 你可能使用 接口调用 axios ------ axios

  • cnpm install axios -S

5. 你可能使用 令牌 token ------ token

  • cnpm install jwt-simple -S

6. 你可能使用 数据库 mongo 进行操作 ------ mongo

  • cnpm install mongodb -S
发布了74 篇原创文章 · 获赞 7 · 访问量 2201

猜你喜欢

转载自blog.csdn.net/qq_44163269/article/details/105408557
今日推荐