eFrane / vuepress-plugin-mermaidjs

Vuepress plugin for mermaid.js diagrams
https://vuepress-plugin-mermaidjs.efrane.com
75 stars 21 forks source link

Preparations for parallel Vuepress 1 and 2 support #89

Closed eFrane closed 2 years ago

eFrane commented 2 years ago

After some research, I think using Yarn's workspaces feature might be the best solution to support Vuepress 1 and 2 at the same time without creating too many repositories.

Going forward, I propose vuepress-plugin-mermaidjs will keep supporting Vuepress 1.x, and a new vuepress2-plugin-mermaidjs will be created to support Vuepress 2.x.

I'm optimistic that this will finally tackle #64. :)

eFrane commented 2 years ago

This was a failed attempt :)