wypratama
wypratama
NNuxt
Created by wypratama on 8/17/2024 in #❓・help
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
NNuxt
Created by wypratama on 5/8/2023 in #❓・help
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
NNuxt
Created by wypratama on 5/1/2023 in #❓・help
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?
pnpm add -D quasar @quasar/extras
pnpm add -D nuxt-quasar-ui
pnpm add -D quasar @quasar/extras
pnpm add -D nuxt-quasar-ui
instead of following the documentation like this?
pnpm add quasar @quasar/extras
pnpm add -D nuxt-quasar-ui
pnpm add quasar @quasar/extras
pnpm add -D nuxt-quasar-ui
1 replies