docs: vuepress构建文档

This commit is contained in:
2024-03-28 10:50:13 +08:00
parent 19d79d356d
commit 7db0617a5b
40 changed files with 0 additions and 3751 deletions

View File

@ -1,19 +0,0 @@
{
"name": "liteyuki",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "node_modules/.bin/vuepress-vite build docs",
"docs:clean-dev": "node_modules/.bin/vuepress-vite dev docs --clean-cache",
"docs:dev": "node_modules/.bin/vuepress-vite dev docs",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.32"
}
}