Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 💚