LisadiKaprio / vue-project-template

template project for vue + ts + vuetify + class components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-project-template

🌸 A template for quick Vue projects. It has a setup with class Components, Props, typescript decorators and such. Installed are:

  • typescript
  • vuetify
  • vue-router
  • vue-facing-decorator
  • tslib

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

About

template project for vue + ts + vuetify + class components

License:MIT License


Languages

Language:Vue 56.5%Language:CSS 17.1%Language:TypeScript 15.2%Language:JavaScript 8.8%Language:HTML 2.4%