Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jan 29, 2024
1 parent f1170a9 commit a2caf1e
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 836 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"license": "Apache2.0",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"vue": "^3.4.15",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-search-pro": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.13"
"vuepress": "2.0.0-rc.2",
"vuepress-plugin-search-pro": "2.0.0-rc.16",
"vuepress-theme-hope": "2.0.0-rc.16"
},
"dependencies": {
"@node-rs/jieba": "^1.9.2",
"vuepress-plugin-pwa2": "2.0.0-rc.13"
"vuepress-plugin-pwa2": "2.0.0-rc.16"
}
}
Loading

0 comments on commit a2caf1e

Please sign in to comment.