vue3-ts-vite-starter-template

3.0.4 • Public • Published

vue3-ts-vite-starter-template

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

Features

  • Vue 3
  • Vite 6
  • TypeScript 5
  • Vitest 3 for unit testing
  • Pinia 3 for state management
  • Vue Router 4 for client-side routing
  • Tailwind 4 for layout and styling
  • SCSS variables inside Vue components
  • Purgecss for eliminating unused CSS
  • Basic multiple layouts feature
  • ESLint config based on neostandard with sensible defaults ☺️
  • Prettier for code formatting
  • Automated release workflow with semantic-release

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.

Readme

Keywords

none

Package Sidebar

Install

npm i vue3-ts-vite-starter-template

Weekly Downloads

23

Version

3.0.4

License

MIT

Unpacked Size

40.8 kB

Total Files

37

Last publish

Collaborators

  • kouts