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


instead of following the documentation like this?
pnpm add quasar @quasar/extras
pnpm add -D nuxt-quasar-ui
Was this page helpful?