Closed peoray closed 3 months ago
Technically it is possible. You can:
shadcn-docs-nuxt
extends: ['shadcn-docs-nuxt']
in your nuxt.config
assets/
, app.config.ts
, and tailwind.config.ts
from the starter template into your project root directory.However, shadcn-docs-nuxt
contains index.vue
and [...slug].vue
in pages/
as a nuxt layer, so I'm not sure if it works in existing projects.
Closing this as using shadcn-docs-nuxt with existing project is not the recommended use case.
Thanks for this template ;)
The guide does not show how to use it in an existing project. Is it possible to do so?