Author FKT
- pnpm 8+
- NodeJs 20+
- Vite 4+
pnpm ipnpm devpnpm buildIt is designed to be close to create-vue commands.
| 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. |
This Frontend Project is base on Vue 3 + Typescript + Vite + Vuetify 3.3 Template
