# TypeScript+Vue **Repository Path**: JasonShow/typescript_vue ## Basic Information - **Project Name**: TypeScript+Vue - **Description**: 在vue项目中使用ts开发,一个土豆丝小案例,练习ts基本语法以及ts中的vue技术。。。 主要练习的vue语法如下: 1. 组件注册(@Component) 2. 组件通信(父传子、子传父、非父子(bus)) 3. 属性校验(@Prop) 4. 组件中的data、methods、钩子函数 5.就像开发react一样,使用class方式编写代码 其他: 1. 数组方法forEach、find、some、every、unshift 2. 接口定义,导入导出、类型断言、泛型、函数签名。。。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-04-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # typescript_vue ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).