vue-remark

Dynamically render Vue components from Markdown using Remark


Keywords
vue, vue-remark, markdown
License
MIT
Install
npm install vue-remark@0.4.0

Documentation

Vue Remark

Dynamically render Vue components from Markdown using Remark!

Installation

npm install vue-remark

Example

run npm run playground to see it live.

@[MyComponent](Hello World!) will render:

@[MyComponent](Hello World!)