FE-star / 2019.08

第六期课程仓库,请勿fork,建议watch或者star
28 stars 4 forks source link

第十一节课预习 #22

Open caihuiji opened 5 years ago

caihuiji commented 5 years ago

vuejs 基础 源码 https://github.com/vuejs/vue 了解 vue https://cn.vuejs.org/v2/guide/index.html 了解 示例 https://cn.vuejs.org/v2/guide/instance.html 了解 vue 组件 https://cn.vuejs.org/v2/guide/components-registration.html 了解 生成环境 (vue+webpack 结合) https://cn.vuejs.org/v2/guide/deployment.html vuejs 进阶 了解 全家桶 Vue+Vue-router+Vuex+axios 了解 服务器渲染 https://cn.vuejs.org/v2/guide/ssr.html