Quickly get started with a Nuxt layer for Shadcn-vue inside your monorepo.
degit radix-vue/shadcn-vue-nuxt-layer <component-folder>
You can use these shortcut command to init, or add components
pnpm shadcn:init
# equivalent to npx shadcn-vue@latest init
npx shadcn:add
# equivalent to npx shadcn-vue@latest add
For improvements, please open a Pull Request to each individual branch.
Note: Please avoid commiting lock-files such as yarn.lock
and package-lock.json
to template branches!
MIT - Made with 💚