Vue2 typescript starter template using composition-api.
- File based routing
- Commitlint
- TypeScript
vue/compositon-api- Vue 2 plugin for Composition APIaxios- Promise based HTTP client for the browser and node.jspinia- Intuitive, type safe and flexible Store for Vuevue-router- The official router for Vue.jsless- A backwards-compatible language extension for CSSeslint- A tool for identifying and reporting on patterns found in ECMAScript/JavaScript codeprettier- An opinionated code formatterlint-staged- Run linters on git staged filesjest- A comprehensive JavaScript testing solution.husky- Modern native Git hooks made easydep-check- A tool for analyzing the dependencies in a project to see
yarn install
yarn dev
yarn build
yarn test
make sure in tests -> unit
cd .\tests\unit
test your file
yarn jest [FilePath like .\example.spec.ts]
yarn format
yarn lint-fix
yarn cz
yarn depcheck