Quick Start
Prerequisites
| Name | Version |
|---|---|
| pnpm | >=10.19.0 |
| Nodejs | >=24.8.0 |
Preparation
- Install command-line tools
bash
$ pnpm add -g zova-cli@latest- Install Vscode extension: Zova - Official
This extension provides a large number of menus for quickly creating code skeletons for various resources
Quick Start
1. Create Project
bash
$ zova :create:project projectName --template=vuetify
$ cd projectNameZova provides three project templates:
| Name | UI | Description |
|---|---|---|
| quasar | Quasar | >=2.18.1 |
| vuetify | Vuetify | >=4.0.1 |
| empty | Other UI libraries can be used based on this empty template |
2. Start Dev Server
bash
$ npm run dev3. Build
bash
$ npm run build4. Preview
bash
$ npm run preview