# learning-ts-vue2 **Repository Path**: zeroone0011/learning-ts-vue2 ## Basic Information - **Project Name**: learning-ts-vue2 - **Description**: vue2.0+TS - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-23 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning-ts-vue2 vue2.0+TS ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## vue2 源码教程资料 * [Vue.js 技术揭秘](https://ustbhuangyi.github.io/vue-analysis/v2/prepare/) * [vue-analysis](https://github.com/ustbhuangyi/vue-analysis) * [推荐 7 个 Vue2、Vue3 源码解密分析的重磅开源项目](https://juejin.cn/post/6942492146725290020) * [vue-family-mindmap](https://github.com/biaochenxuying/vue-family-mindmap) * [难凉热血](https://nlrx-wjc.github.io/Blog/learn-vue-source-code/instanceMethods/data.html)