Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wuqianrui/shadcn-nuxt-ts-template
- Owner: wuqianrui
- Created: 2024-05-06T08:16:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:46:25.000Z (6 months ago)
- Last Synced: 2024-10-11T15:41:59.908Z (about 1 month ago)
- Topics: nuxt, nuxt3, nuxtjs, shadcn-components, shadcn-theme, shadcn-ui, shadcn-vue, ui-thing, vue
- Language: Vue
- Homepage: https://shadcn-nuxt-ts-template.vercel.app
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.