Add vitepress build command to package.json #5 Sign in to view logs Summary Summary Jobs build Deploy Run details Usage Workflow file Triggered via push June 16, 2024 20:22 IMB11 pushed 6ebee90 master Status Failure Total duration 22s Artifacts – publish.yml on: ...
13 changes: 13 additions & 0 deletions 13 docs/.vitepress/tsconfig.json Original file line numberDiff line numberDiff line change @@ -0,0 +1,13 @@ { "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "Bundler", "strict": true, "noImplicitOverride"...
npm npm i vitepress-plugin-mermaid mermaid -D pnpm pnpm install --shamefully-hoist Setup it up Add wrapper // .vitepress/config.jsimport{withMermaid}from"vitepress-plugin-mermaid";exportdefaultwithMermaid({// your existing vitepress config...mermaid:{//mermaidConfig !theme here works for light ...
3. Update package.json scripts to use `wxt` 4. Add `"postinstall": "wxt prepare"` script 5. Move the `manifest.json` into `wxt.config.ts` 6. Move any custom settings from `vite.config.ts` into `wxt.config.ts`'s 7. Compare `dist/manifest.json` to `.output/*/manifest.json`, ...
接着,在 `package.json` 的`"build"` 脚本中,你可以将 `vue-tsc -b && ...` 替换为: ```diff { "scripts": { - "build": "vue-tsc -b && vite build", + "build": "vue-vine-tsc -b && vite build", } } ``` ## 项目模板 {#project-starter-template} 你可以渐进式地将 Vue Vin...
scripts src types .env .gitignore .npmignore .prettierrc.json README.md README.zh-CN.md components.d.ts eslint.config.js index.html package.json pnpm-lock.yaml stats.html tsconfig.app.json tsconfig.dts.json tsconfig.json tsconfig.node.json vite.config.ts Breadcrumbs vue-amazing-ui /docs ...
package.json docs: add open graph tags and improve seo Mar 9, 2025 pnpm-lock.yaml docs: set up vitepress Jan 18, 2025 pnpm-workspace.yaml Update dependencies and switch to pnpm Jul 22, 2023 Releases49 v3.9.0Latest Jan 16, 2025
[](https://www.npmjs.org/package/plus-pro-components)[](https://vitepress.dev/)[![Build With Vite](htt...
In a project where Vitest is installed, you can use the `vitest` binary in your npm scripts, or run it directly with `npx vitest`. Here are the default npm scripts in a scaffolded Vitest project:2 changes: 1 addition & 1 deletion 2 docs/guide/mocking.md Original file line number...
"scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", "docs:preview": "vitepress preview" }, "devDependencies": { "@iconify-json/carbon": "catalog:", "@iconify-json/logos": "^1.1.44", "unplugin-vue-components": "^0.27.4", "vitepress": "catalog:", "vite...