0.1.13 • Published 1 year ago

@cynber/vitepress-valence v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

VitePress Valence

GitHub license

NPM version NPM downloads

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 install

Link the package locally:

pnpm link --global

In your VitePress project:

Link the package:

pnpm link --global @cynber/vitepress-valence

Rebuid on changes

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