0.1.13 • Published 9 months ago
@cynber/vitepress-valence v0.1.13
VitePress Valence
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.
Guides, Demo, and Documentation:
cynber.dev/projects/vitepress-valence
Development
In this repository:
Install dependencies:
pnpm installLink the package locally:
pnpm link --globalIn your VitePress project:
Link the package:
pnpm link --global @cynber/vitepress-valenceRebuid on changes
In this repository:
pnpm buildIn 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