# vue2-typescript-starter **Repository Path**: ivestszheng/vue2-typescript-starter ## Basic Information - **Project Name**: vue2-typescript-starter - **Description**: Vue2 Template.Use TypeScript+VueCompositionApi+Eslint+Prettier+LintStaged+Jest+husky+DepCheck. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-11 - **Last Updated**: 2022-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-typescript-starter ## 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 ``` ### Test single file ``` jest [your file] ``` To use this commad,you need to install jest global firstly. ``` npm install jest --global ``` ### Format code manually. ``` npm run format npm run lint-fix ``` > You rearely need to format code by yourself.ESlint and Prettier will help you automatically. ### Use commitizen ``` npx cz ``` ### Check dependencies ``` npx depcheck ```