Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Dec 13, 2024
1 parent 9f6dd6a commit fde197b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"@vuepress/plugin-search": "^2.0.0-rc.18",
"@vuepress/theme-default": "^2.0.0-rc.18",
"sass-embedded": "^1.81.0"
},
"dependencies": {
"vite-plugin-vue-devtools": "^7.6.8"
}
}
6 changes: 4 additions & 2 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import { viteBundler } from '@vuepress/bundler-vite'
import { defineUserConfig } from "vuepress";
import { defaultTheme } from "@vuepress/theme-default";

//import { searchPlugin } from "@vuepress/plugin-search";
//import { nprogressPlugin } from "@vuepress/plugin-nprogress";
//import { pwaPlugin } from "@vuepress/plugin-pwa";
//import { seoPlugin } from "@vuepress/plugin-seo";
import { defineUserConfig } from "vuepress";
import { viteBundler } from '@vuepress/bundler-vite'
//import { webpackBundler } from '@vuepress/bundler-webpack'

export default defineUserConfig({
Expand Down Expand Up @@ -41,6 +42,7 @@ export default defineUserConfig({
vuePluginOptions: {},
}),*/


bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
Expand Down

0 comments on commit fde197b

Please sign in to comment.