An open API service indexing awesome lists of open source software.

https://github.com/rc6799/vite-vuetify-ts

Vue 3 + Typescript + Vite + Vuetify 3.1
https://github.com/rc6799/vite-vuetify-ts

typescript vite vue vue3 vuetify3

Last synced: about 2 months ago
JSON representation

Vue 3 + Typescript + Vite + Vuetify 3.1

Awesome Lists containing this project

README

          

# Vue3 + Typescript + Vite + Vuetify 3.1


logo

| Command | Description |
| ------------- | ------------------------------------------------------ |
| dev | Start devserver. |
| clean | Clear devserver cache. |
| type-check | Check vue markup. |
| lint | Run ESLint and prettier. |
| lint:style | Run Stylelint. |
| test | Run vitest |
| test:unit | Run Unit test |
| coverage | Output Coverage Report. |
| build | Build for production. |
| build:analyze | Execute Bundle Analyzer |
| build:clean | Clear production build files. |
| build-only | Build for production without checking. For Deploy use. |
| preview | Run the program generated by the production build. |