@nx-plugins/slidev
Version:
The Nx Plugin for Slidev that contains executors, generators, and utilities for managing Slidev applications within an Nx workspace.
35 lines (34 loc) • 819 B
JSON
{
"$schema": "http://json-schema.org/schema",
"cli": "nx",
"title": "Build executor",
"description": "",
"type": "object",
"properties": {
"entry": {
"description": "The path of the Vitest configuration. (https://vitest.dev/config/#configuration)",
"type": "string"
},
"watch": {
"description": "build watch",
"type": "boolean"
},
"output": {
"description": "output dir",
"type": "string"
},
"base": {
"description": "base URL (see https://cli.vuejs.org/config/#publicpath)",
"type": "string"
},
"download": {
"description": "allow to download the slides as PDF inside the SPA",
"type": "boolean"
},
"theme": {
"description": "override theme",
"type": "string"
}
},
"required": []
}