docs: vuepress构建文档

This commit is contained in:
snowy 2024-03-28 09:44:13 +08:00
parent f3e45c895d
commit 97d936f9be
4 changed files with 3 additions and 2897 deletions

6
.gitignore vendored
View File

@ -24,6 +24,6 @@ main.cmdY
docs/.vuepress/.cache/
docs/.vuepress/.temp/
docs/.vuepress/dist/
package.json
pnpm-lock.yaml
tsconfig.json
docs/package.json
docs/pnpm-lock.yaml
docs/tsconfig.json

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": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "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"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +0,0 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022"
},
"include": [
"docs/.vuepress/**/*.ts",
"docs/.vuepress/**/*.vue"
],
"exclude": [
"node_modules"
]
}