ZTL-UwU / shadcn-docs-nuxt

Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.
https://shadcn-docs-nuxt.vercel.app/
MIT License
224 stars 37 forks source link

Template #31

Closed guifeliper closed 2 months ago

guifeliper commented 2 months ago

I am new to Nuxt and Vue, but why can I not access the files on app whenever I start a template? How can I edit them if I don't have access to it?

Actual result:

image

Expected result:

image
ZTL-UwU commented 2 months ago

shadcn-docs-nuxt is a Nuxt Layer. The starter template extends the shadcn-docs-nuxt package (which contains the files in the second screenshot).

To override you can create a custom vue component in your project with the same path as the original component. See https://shadcn-docs.nuxt.dev/api/advanced/override.