webstorm破解:
http://www.8sk.cn/article/4879.html
vue创建项目:
//www.greatytc.com/p/02b12c600c7b
1.vue数据存在前端刷新,消失,解决办法Vuex持久化存储之vuex-persist
//www.greatytc.com/p/a4faae6a3184
2.vue-router如何响应路由参数的变化
例如从 /user/foo 导航到 /user/bar
https://blog.csdn.net/weixin_40013817/article/details/102799023
3.vue给不同环境下打包
https://my.oschina.net/nameAfei/blog/1930020
3.vue设置页面的小图标和标题
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
生成favicon.ico这个小图标:
https://tool.520101.com/diannao/ico/
在路由里面换title //www.greatytc.com/p/767e60599b48
4.axios学习视频
https://www.imooc.com/learn/1152
5.vue中this.$set的用法(解决控制台可以打印出来,但是没有更新到视图上)
this.$set( target, key, value )
target:要更改的数据源(对象/数组)
key:要更新的具体数据
value: 重新赋的值
//www.greatytc.com/p/6f28f5abee08
*************************插件**********************************************
1.vue视频播放插件vue-video-player
//www.greatytc.com/p/df4780086a8b
2.vue项目 微信公众号调用weixin-js-sdk 实现 微信扫一扫
//www.greatytc.com/p/da2d1fa1d367
3.vue中多语言切换vuex-i18n
https://blog.csdn.net/Tom__cy/article/details/105809120
4.vue插件大全
https://blog.csdn.net/qq_25838839/article/details/84613644