Skip to content
/ tuemplate Public template

A @vuejs 3 template app based on @vitejs with TypeScript, Pinia, Vue Router and more.

License

Notifications You must be signed in to change notification settings

Byloth/tuemplate

Repository files navigation

Byloth's Tuemplate

A Vue.js 3 template app based on Vite with TypeScript, Pinia, Vue Router and more.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Lint with ESLint

pnpm run lint

Run Unit Tests & Watch for Changes

pnpm run test