Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 343 Bytes

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!)