wypratama
Component is Typed any
I created a component libary with nuxt module starter and imports it with addImportsDir helper from nuxtkit. I publised it to npm registry and somehow when i install it i can't get any typehints of it's props. Is there any additional steps need to be taken so components have proper typing?
1 replies
Run Multiple Nuxt App in the same port
Hi guys I'm wondering if we there's a way to run multiple nuxt app in the same port. With Nuxt 2, I believe we can create custom server with express.js to run nuxt instance from one project like for example here: https://github.com/nuxt/nuxt/issues/6772 are we able to do the same with Nuxt 3?
1 replies
Installing dependency in Nuxt Layer
Hi everyone, I'm trying to create a nuxt layer but there's something I still not sure how to do it correctly. Am I supposed to install everything as dev dependency in layer? for example if I want to use nuxt/quasar do i have to install both of these as dev dependencies like this?
instead of following the documentation like this?
1 replies