vuepress-plugin-live
vuepress-plugin-live copied to clipboard
Make your markdown code examples come alive
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
firstly,thank you for your work. Is there a plan to support vitepress?
Thought it might be a good idea to open an issue to start tracking support for Vuepress-next in case we want to support it when it's official.
Something in a recent version changed and broke how the custom layouts work. I've found the problem and wanted to document the solution here: First, one of the critical steps...
Hi there, amazing job with **vue-live**. ## Problem I have a problem where I need to use the `layoutProps` `prop` from `vue-live`. Reading the code, aparenttly there is no way...
I can see on https://github.com/vue-styleguidist/vuepress-plugin-live/blob/d5e705a6f5dcc766452dee40d647d952991f83be/markDownPlugin.js#L62 that this plugin disables the markdown snippets plugin that Vuepress has built-in. Just wondering is this is a mistake or if there is a reason...
When creating a live Vue component with styles, it looks like this plugin generates the markup and gives the root component a unique data attribute. Styles are then generated for...
```bash vue.esm.js?a026:628 [Vue warn]: Failed to resolve async component: () => Promise.all(/*! import() */[__webpack_require__.e(16), __webpack_require__.e(37)]).then(__webpack_require__.bind(null, /*! ./node_modules/vuepress-plugin-live/vueLiveWithLayout */ "./node_modules/vuepress-plugin-live/vueLiveWithLayout.js")) Reason: TypeError: Cannot set property 'dynamicImport' of undefined ``` What my...