【Vue】学习过程中用到的第三方插件

1、vant 移动端组件库 https://youzan.github.io/vant/#/zh-CN/
2、Cookie 数据存储 https://www.npmjs.com/package/js-cookie
3、vue-router 官方的路由管理器 https://router.vuejs.org/zh/
4、axios 网络请求 https://www.kancloud.cn/yunye/axios/234845
5、lib-flexible 阿里的移动端适配 https://github.com/amfe/lib-flexible/
6、vuex 状态管理模式 https://vuex.vuejs.org/zh/
7、element PC组件库 https://element.eleme.cn/
别的用到了在更新吧。。。

猜你喜欢

转载自blog.csdn.net/tianzhilan0/article/details/107638462