Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unovue/shadcn-vue-nuxt-layer
Quickly get started with a Nuxt layer for Shadcn-vue inside your monorepo.
https://github.com/unovue/shadcn-vue-nuxt-layer
nuxt-layers nuxt3 radix-vue shadcn-vue
Last synced: 7 days ago
JSON representation
Quickly get started with a Nuxt layer for Shadcn-vue inside your monorepo.
- Host: GitHub
- URL: https://github.com/unovue/shadcn-vue-nuxt-layer
- Owner: unovue
- Created: 2023-10-06T06:52:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T07:35:25.000Z (about 1 year ago)
- Last Synced: 2024-10-21T23:40:56.605Z (22 days ago)
- Topics: nuxt-layers, nuxt3, radix-vue, shadcn-vue
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🪄 Shadcn-vue Nuxt Layer Templates
Quickly get started with a Nuxt layer for [Shadcn-vue](https://shadcn-vue.com/) inside your monorepo.
## Quick start
```bash
degit radix-vue/shadcn-vue-nuxt-layer
```## Usage
You can use these shortcut command to init, or add components
```bash
pnpm shadcn:init
# equivalent to npx shadcn-vue@latest init
```
```bash
npx shadcn:add
# equivalent to npx shadcn-vue@latest add
```## Documentation
[View documentation here](https://www.shadcn-vue.com/docs/introduction.html)
## Contribution
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!
## License
[MIT](https://github.com/radix-vue/radix-vue/blob/main/LICENSE) - Made with 💚