Skip to content

louismorgner/vue-ts-boilerplate

 
 

Repository files navigation

Vue.js 3 TypeScript Boilerplate

This Vue.js 3 boilerplate is written in TypeScript and includes Pinia, Vue Router and Tailwind CSS.

Customize configuration

See Tailwind CSS Configuration. See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

vite
npm run dev

Locally preview build

vite preview
npm run preview

Type-Check, Compile and Minify for Production

npm run build

Build only

vite build
npm run build-only

Lint with ESLint

npm run lint

Check types

npm run type-check

About

Vue.js 3 TypeScript Boilerplate with Pinia, Vue Router and Tailwind CSS

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vue 72.6%
  • TypeScript 8.6%
  • HTML 8.6%
  • JavaScript 6.2%
  • SCSS 4.0%