# MyVueStudy02 **Repository Path**: BruceCat/MyVueStudy02 ## Basic Information - **Project Name**: MyVueStudy02 - **Description**: https://www.bilibili.com/video/av67972274?p=1 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 20个Vue入门案例 主要使用typescript + vue-cli4.0版本 跟着视频敲代码 https://www.bilibili.com/video/av67972274 包含了20个经典案例 从v指令到vuex状态管理 ![DbTJ7.png](https://wx2.sbimg.cn/2020/07/24/DbTJ7.png) ![Dbb64.png](https://wx2.sbimg.cn/2020/07/24/Dbb64.png) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### 运行mock模拟数据 ``` npm run my_mock ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).