Skip to content

Commit

Permalink
docs: vuepress构建文档
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Mar 28, 2024
1 parent 7633ab4 commit 58ebf6e
Show file tree
Hide file tree
Showing 4 changed files with 2,895 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
# 这是文档部署到的分支名称
branch: gh-pages
folder: docs/.vuepress/dist
folder: .vuepress/dist
19 changes: 19 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"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"
}
}
Loading

0 comments on commit 58ebf6e

Please sign in to comment.