How can I use the VuePress markdown settings and plugins in a custom component? #641
-
I was wondering if there is a way to use the My use can is that I have an OpenAPI spec I'd like to convert into a document. This means the the OpenAPi spec is in a .json file that I load into the component then render out response code samples to the UI using I was hoping to use the same settings I have setup with VuePress ( When I try to load
Any help would be greatly appreciated. 😃 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, the package are using node apis, and is designed running in node env, if you want somthing like this running in browsers, you may need to fork a version and make some "edits" yourself. |
Beta Was this translation helpful? Give feedback.
Yes, the package are using node apis, and is designed running in node env, if you want somthing like this running in browsers, you may need to fork a version and make some "edits" yourself.