# study-demo **Repository Path**: yyblove/study-demo ## Basic Information - **Project Name**: study-demo - **Description**: 学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-01-28 - **Last Updated**: 2023-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > vue2官方教程文档: https://v2.cn.vuejs.org/v2/guide/ ## vue生命周期 - created - mounted - beforeDestroy ## 数据 - data - props - computed - watch ## 基本指令 - v-for - v-if / v-else-if / v-else - v-show - v-once ## 表格渲染 - filter 数据格式化 - method 数据格式化 ## 数据对接 - axios 的封装 ## ES6 Promise - Promise 介绍及入门 - 地狱回调 - async / await ## ES6 数组等 花里胡哨的用法