# learning_vue **Repository Path**: whatistest_admin/learning_vue ## Basic Information - **Project Name**: learning_vue - **Description**: vue.js learning http://study.163.com/course/courseMain.htm?courseId=1004711010 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning_vue vue.js learning http://study.163.com/course/courseMain.htm?courseId=1004711010 ## session1 1. create html to introduce vue.js cdn 2. instantiation vue.js and incoming data ## session2 invoke method and incoming data http://doc.vue-js.com/v2/guide/computed.html ## session3 v-bind data or tag http://doc.vue-js.com/v2/guide/class-and-style.html ## session4 v-on event method on element v-on:event / @event http://doc.vue-js.com/v2/guide/events.html ## session5 v-on event with decorate and keyboard event http://doc.vue-js.com/v2/guide/events.html ## session6 v-model bi-diractional data bind ## session7 v-if ## session8 v-for synatx ## session9 v-bind dynamic style ## session10 vue 实战 demo ## session11 多个实例 ## session12 初识组件 component