create-vue-docs-ui
Version:
Scaffolding tool for Vue Docs UI projects - Create beautiful documentation websites with one command
45 lines (44 loc) • 1 kB
JSON
{
"name": "create-vue-docs-ui",
"version": "1.0.12",
"description": "Scaffolding tool for Vue Docs UI projects - Create beautiful documentation websites with one command",
"type": "module",
"bin": {
"create-vue-docs-ui": "index.js"
},
"files": [
"index.js",
"template/index.html",
"template/package.json",
"template/vite.config.js",
"template/public",
"template/src"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shenjianZ/create-vue-docs-ui.git"
},
"keywords": [
"vue",
"vue3",
"documentation",
"docs",
"scaffolding",
"cli",
"create",
"markdown",
"yaml",
"ui-library",
"static-site-generator",
"out-of-the-box"
],
"author": "Vue Docs UI Team",
"license": "MIT",
"homepage": "https://github.com/shenjianZ/create-vue-docs-ui#readme",
"bugs": {
"url": "https://github.com/shenjianZ/create-vue-docs-ui/issues"
}
}