Vite + Vue3 + TS starter template.
# clone
git clone [email protected]:CodeGetters/vtiuse.git
# or click the 'Use this template' button
# dev
yarn dev
yarn build
yarn preview
# code inspection
yarn lint
yarn format
# quick commit
yarn cz
# test
yarn coverage
Recommended Node.js version: >=18
- Based on Vue3 + TypeScript
- Using vue-router for routing
- Using Vite
Using Vue-i18n for localization
- Using UnoCss for styling
Using Vitest for unit testing