kouts / vue3-ts-vite-starter-template

Vue.js 3 TypeScript / Vite starter template with Pinia, Vue Router, Tailwind and more.
MIT License
18 stars 6 forks source link
bootstrap eslint jest prettier scaffold-template scaffolding starter-template template typescript vite vue3

vue3-ts-vite-starter-template

A single page app Vite starter template, created to easily bootstrap Vue.js 3 apps.

Features

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run dev

Compiles and minifies for production

pnpm run build

Run your unit tests

pnpm run test:unit

Lints files

pnpm run lint

Lints and fixes files

pnpm run lint-fix

Runs Typechecks

pnpm run typecheck

Customize configuration

See Configuration Reference.