Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wuqianrui/shadcn-nuxt-ts-template

a template create shadcn 's nuxt project
https://github.com/wuqianrui/shadcn-nuxt-ts-template

nuxt nuxt3 nuxtjs shadcn-components shadcn-theme shadcn-ui shadcn-vue ui-thing vue

Last synced: 11 days ago
JSON representation

a template create shadcn 's nuxt project

Awesome Lists containing this project

README

        

# Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

# capture

![](/assets/image/1715004950134.png)
![](/assets/image/1715004700263.png)
![](/assets/image/1715004482754.png)

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

```

## 组件依赖

### Calendar
- shadcn-vue/button
- `@internationalized/date` ,处理日期

### Form
- `zod` ,数据格式校验
- `vee-validate` ,主要是为了表单验证
- `@vee-validate/zod` ,可以进一步增加静态的依赖

### carousel
- `embla-carousel-vue`

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.