# ts-exercise **Repository Path**: jingqw/ts-exercise ## Basic Information - **Project Name**: ts-exercise - **Description**: 利用vue+typescript创建的架子 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-16 - **Last Updated**: 2022-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > typescript+vue project init # ts-exercise #### 介绍 学习typescript,利用vue+typescript创建的架子 # exercise ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ```