# vue3typescript **Repository Path**: liusiyuonly/vue3typescript ## Basic Information - **Project Name**: vue3typescript - **Description**: vue3 ts setup 语法糖学习 测试 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-16 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Vue ## README # vue3typescript ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### .env # 在所有的环境中被载入 ### .env.local # 在所有的环境中被载入,但会被 git 忽略 ### .env.[mode] # 只在指定的模式中被载入 ### cd /d D:\VueProject\json-server-mock && npm run start