Skip to content

Quick Start

Prerequisites

NameVersion
pnpm>=10.19.0
Nodejs>=24.8.0

Preparation

  1. Install command-line tools
bash
$ pnpm add -g zova-cli@latest
  1. 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 projectName

Zova provides three project templates:

NameUIDescription
quasarQuasar>=2.18.1
vuetifyVuetify>=4.0.1
emptyOther UI libraries can be used based on this empty template

2. Start Dev Server

bash
$ npm run dev

3. Build

bash
$ npm run build

4. Preview

bash
$ npm run preview

Released under the MIT License.