Get even more out of VitePress with VitePress Valence, a comprehensive suite of components that add additional functionality, style, and customization to your VitePress projects.
In this repository:
Install dependencies:
pnpm install
Link the package locally:
pnpm link --global
In your VitePress project:
Link the package:
pnpm link --global @cynber/vitepress-valence
In this repository:
pnpm build
In your VitePress project:
You may need to wipe the cache and restart the dev server in your VitePress project to see changes.
For example:
rm -rf docs/.vitepress/cache
pnpm docs:dev