UNPKG

create-vue-docs-ui

Version:

Scaffolding tool for Vue Docs UI projects - Create beautiful documentation websites with one command

22 lines (21 loc) 491 B
{ "name": "my-vue-docs-ui-project", "version": "1.0.0", "description": "A beautiful documentation website built with Vue Docs UI", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "vue": "^3.3.0", "vue-docs-ui": "^1.0.12", "vue-router": "^4.2.0" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.1", "typescript": "^5.0.0", "vite": "^7.0.6" } }