Hi, I'm using a custom-made vue static blog and I wish to migrate to nuxt to get a full static html generation.
The key is all the posts are made with markdown files, with some metadatas. And I’d like to avoid manually making vue files for each post.
How hard would it be to implement? For now I guess I must add a parser as a middleware and add a custom webpack directive to catch md files, am I right?
Thanks for your help!
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c341">#c341</a>)</em></sub></div>