Vue重点:
- 组件化思想;
- v-model双向绑定原理;
- 响应式原理;
- 虚拟DOM及key值作用;
- 组件生命周期;
- 路由:vue-router;
https://www.cnblogs.com/5201314m/p/14283738.html
- 数据请求:axios;
- 状态管理:vuex;
- 组件间通信;
https://www.cnblogs.com/5201314m/p/13922250.html
- 混合mixins;
- computed、watch的异同优劣;
- css预处理器:scss;
Vue相关文档:
- vue:
https://v3.cn.vuejs.org/guide/introduction.html
- vue-cli:
https://cli.vuejs.org/zh/guide/
- vuex:
- vue-router: