vuepress-plugin-flowchart-js

2.0.2 • Public • Published

vuepress-plugin-flowchart-js

Badge Badge

preview

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 vueant).

Check out the full documentation.

Changes from the original

  1. Use ```flowchart and ``` as default wrapping syntax instead of @flowstart and @flowend.
  2. Remove redundant scrollbars from the charts.
  3. Skip SSR by wrapping chart components with <ClientOnly>, because:
    1. Normally the SVG tags make no sense to search engines.
    2. Avoid problems.
  4. Fix a problem while sometimes charts rendered multiple times in a container.

License

MIT

Package Sidebar

Install

npm i vuepress-plugin-flowchart-js

Weekly Downloads

12

Version

2.0.2

License

MIT

Unpacked Size

12.9 kB

Total Files

12

Last publish

Collaborators

  • wxsm