Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 637 Bytes

README.md

File metadata and controls

58 lines (34 loc) · 637 Bytes

vtiuse

Vite + Vue3 + TS starter template.

start

# 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

Features

Recommended Node.js version: >=18

Environment

  • Based on Vue3 + TypeScript
  • Using vue-router for routing
  • Using Vite

Development

Using Vue-i18n for localization

Style

  • Using UnoCss for styling

Test

Using Vitest for unit testing