Vue 项目学习笔记

Vue Cli学习笔记

  1. 官网:https://cli.vuejs.org/zh/guide/

子组件向父组件传值的方式

参考:https://blog.csdn.net/bidepanm/article/details/124450562
参考:https://www.jianshu.com/p/303698c3d548

vuex

参考:https://blog.csdn.net/wopelo/article/details/80284088
参考:https://blog.csdn.net/A____t/article/details/124541435

安装步骤

  1. 取消npm的https认证
    npm config set strict-ssl false
  2. vuex安装
    npm install --save vuex@3.6.2
    参考:https://blog.csdn.net/web15117716165/article/details/123081214

vue router

参考:https://blog.csdn.net/weixin_45606067/article/details/112617190

vue webpack

参考:https://blog.csdn.net/Chil_G/article/details/120267388

vue ajax跨域问题

参考:https://blog.csdn.net/weixin_29011395/article/details/119471386

使用echarts

参考:https://blog.csdn.net/qq_54568336/article/details/123774609

使用highcharts

参考:https://www.highcharts.com.cn/docs/highcharts-vue

其他

  1. 去除html未知提示
    参考:http://t.zoukankan.com/Jimc-p-11124457.html

posted on 2022-06-21 21:45  朝朝暮Mu  阅读(29)  评论(0)    收藏  举报