0.4.0 • Published 7 years ago
vue-remark v0.4.0
Vue Remark
Dynamically render Vue components from Markdown using Remark!
Installation
npm install vue-remarkExample
run npm run playground to see it live.
@[MyComponent](Hello World!) will render:
@MyComponent(Hello World!)