@nx-plugins/vite
Version:
The Nx Plugin for Vite that contains executors, generators, and utilities for managing Vite applications and libraries within an Nx workspace.
25 lines (24 loc) • 586 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"$id": "Init",
"title": "",
"type": "object",
"properties": {
"skipPackageJson": {
"type": "boolean",
"description": "Do not add dependencies to package.json"
},
"js": {
"type": "boolean",
"description": "Use javascript instead of typescript for config files"
},
"preset": {
"type": "string",
"enum":["vanilla","react","vue"],
"description": "Use a preset for the project",
"default": "none"
}
},
"required": []
}