Skip to content

wuqianrui/shadcn-nuxt-ts-template

Repository files navigation

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

capture

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

Development Server

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

# 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 for more information.