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
- Host: GitHub
- URL: https://github.com/rc6799/vite-vuetify-ts
- Owner: RC6799
- License: mit
- Created: 2023-04-12T03:53:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T00:02:40.000Z (about 3 years ago)
- Last Synced: 2025-02-25T04:31:35.668Z (over 1 year ago)
- Topics: typescript, vite, vue, vue3, vuetify3
- Language: TypeScript
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue3 + Typescript + Vite + Vuetify 3.1
| 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. |