Registry / web-framework / zova-cli-set-front

zova-cli-set-front

JSON →
library1.2.34jsnpmunverified

The `zova-cli-set-front` package is an internal component of the Zova CLI, a command-line interface designed to streamline the development of applications using the Zova framework. Zova itself is a modern TypeScript-first framework (current stable version 1.2.34) that integrates development paradigms from Vue3, React, and Angular, aiming to provide an intuitive and efficient experience for building SSR/SPA/Website/Admin-Dashboard applications. This particular CLI component is responsible for provisioning frontend project templates, allowing developers to quickly scaffold new Zova projects with popular UI libraries like Ant Design Vue (antdv), Element Plus, Quasar, or Vuetify, as well as an empty template for custom setups. It abstracts away initial configuration, focusing on enabling developers to immediately start building their applications within the Zova ecosystem. The framework emphasizes modularization, an Inversion of Control (IOC) container, built-in Server-Side Rendering (SSR), and a refined reactivity system that avoids common Vue.js `ref`/`reactive` boilerplate. While a specific release cadence for individual CLI components is not explicitly stated, the overarching Zova project appears to be under active development and maintenance.

npm install zova-cli-set-front
INSTALL
IMPORT
SIG · ZOVA-CLI-SET-FRONT
Z
zova-cli-set-front
web-frameworkjavascriptv1.2.34
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zova
pnpm add -g zova-cli@latest zova :create:project my-app --template=vuetify
import { createProject } from 'zova-cli-set-front'
This package is a CLI utility and is not designed for programmatic JavaScript/TypeScript imports. Its functionality is exposed via the globally installed `zova` command-line tool. The `zova :create:project` command is the primary entry point for using its templating features.
:create:project
zova :create:project my-frontend-app --template=element-plus
zova create project my-frontend-app
The Zova CLI uses colons in its command structure (e.g., `:create:project`) to denote specific actions, which might be unfamiliar to users accustomed to traditional hyphenated or space-separated CLI commands. Ensure the exact command syntax from the documentation is used.
--template
zova :create:project my-app --template=quasar
zova :create:project my-app --ui=quasar
When creating a new project, the specific UI framework is selected using the `--template` flag, not `--ui`. Available templates include `antdv`, `element-plus`, `quasar`, `vuetify`, and `empty`.

Demonstrates how to globally install the Zova CLI and scaffold a new Zova frontend project with a specific UI framework template, then run it locally.

pnpm add -g zova-cli@latest # Create a new Zova frontend project using the Vuetify template zova :create:project my-zova-app --template=vuetify cd my-zova-app # Install project dependencies (using pnpm, as recommended by Zova) pnpm install # Start the development server pnpm run dev # This will typically open the application in your browser at http://localhost:3000 (or similar)
zova --version
Debug
Known issues
breakingZova CLI has strict Node.js and pnpm version requirements. Using unsupported versions may lead to installation failures or unexpected behavior.
fix
Ensure Node.js is >=24.8.0 and pnpm is >=10.19.0. Update your Node.js and pnpm installations if necessary.
affects: <=1.2.34
gotchaThe Zova CLI uses a non-standard command syntax with colons (e.g., `:create:project`). Incorrect command formatting will result in 'command not found' errors.
fix
Always refer to the official Zova documentation for exact command syntax. For project creation, use `zova :create:project [projectName] --template=[templateName]`.
affects: >=1.0.0
gotchaThis `zova-cli-set-front` package is an internal component. Attempting to install it directly via `npm install zova-cli-set-front` or import from it programmatically is not the intended usage and will not expose the project creation functionality.
fix
Install the main Zova CLI globally using `pnpm add -g zova-cli@latest` and use the `zova` command for all operations, including project creation.
affects: >=1.0.0
Errors
Common errors & fixes
zova :create:project: command not found
The Zova CLI is either not installed globally, or it's not in your system's PATH. Alternatively, you might be using `npm` or `yarn` instead of `pnpm` for global installation.
fix
Ensure `zova-cli` is installed globally using `pnpm`: `pnpm add -g zova-cli@latest`. Verify `pnpm`'s global bin directory is in your system's PATH.
Error: Node.js version unsupported. Zova CLI requires Node.js >=24.8.0
Your current Node.js version is older than the minimum requirement specified by Zova CLI.
fix
Update your Node.js installation to version 24.8.0 or newer. Consider using a version manager like `nvm` (Node Version Manager) for easy switching: `nvm install 24` then `nvm use 24`.
Upgrade
Version history
1.2.34latest on npm
Audit
Dependencies
zova-clirequiredThis package is an internal component that extends the functionality of the main Zova CLI tool, providing specific project scaffolding capabilities. Users interact with `zova-cli` directly.
pnpmrequiredZova CLI documentation specifies `pnpm` (>=10.19.0) as the recommended package manager for installing the CLI and managing Zova projects.
Node.jsrequiredZova CLI requires Node.js (>=24.8.0) as its runtime environment.
Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources
zova-cli-set-front — npm install zova-cli-set-front · libregistry