vuepress-plugin-flowchart-js
v2.0.2
Published
Rapid flowchart development plugin for vuepress
Downloads
24
Maintainers
Readme
vuepress-plugin-flowchart-js
This repository used to be a fork of ulivz/vuepress-plugin-flowchart but the original one is no longer maintained, so here's our own. Thanks for the awesome work made by ulivz.
Features
- Integrated flowchart.js with vuepress
- Lazy loading.
- Out-of-the-box styling preset (Currently support
vue
、ant
).
Check out the full documentation.
Changes from the original
- Use ```flowchart and ``` as default wrapping syntax instead of
@flowstart
and@flowend
. - Remove redundant scrollbars from the charts.
- Skip SSR by wrapping chart components with
<ClientOnly>
, because:- Normally the SVG tags make no sense to search engines.
- Avoid problems.
- Fix a problem while sometimes charts rendered multiple times in a container.
License
MIT