Gustavo Nascimento

Results 10 comments of Gustavo Nascimento

Ok, thank you. I installed Arch so I don't have it but I could try downloading the .exe

Not sure if it's still a thing but I also have this issue here

![screenshot](https://cloud.githubusercontent.com/assets/6215502/25067717/fdbcc110-2222-11e7-87ed-c3b069366bd4.png) It seems that ^1.3.0 is not enough. Maybe ^1.6.2 or latest would do?

For now, I created this temporary [solution](https://gist.github.com/ngustavo/5468f4c795d99a64864ab118352c63fc).

I guess it's possible to use _*.mjs_, since it's a standard, just to differentiate. Then, at generation time, only copy those with the corresponding extension. There's also the _package.json_ option,...

That's what I meant by "differentiate" and "corresponding extension". It's the easiest way to go. I'm not sure if Node can figure it out on its own though when given...

Thanks but I don't have the device with me anymore ;)

Vue is currently on [v3.2.47](https://vuejs.org/about/releases.html) Nuxt is on [v3.3.1](https://nuxtjs.org/releases/) BTW Nuxt has a [Content](https://content.nuxtjs.org/) module among [others](https://nuxt.com/modules). That module has MDC support.

This is not well documented. Some starter projects examples use the `{% extends ... %}` approach and some use the `YML` frontmatter approach. Specially when it comes to choosing between...

Is this still doable? I just had it working and suddenly it stopped.