# nuxt3-AntDesign **Repository Path**: wecases/nuxt3-AntDesign ## Basic Information - **Project Name**: nuxt3-AntDesign - **Description**: 🔥🔥🔥 一个 nuxt3、TypeScript、vite2、ant-design、pinia 为基础的模板 🔥🔥🔥 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-10 - **Last Updated**: 2022-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, vue3, nuxt3, Ant-Design, Pinia ## README # Nuxt 3 Minimal Starter We recommend to look at the [documentation](https://v3.nuxtjs.org). ## Setup Make sure to install the dependencies ```bash yarn install ``` ## Development Start the development server on http://localhost:3000 ```bash yarn dev ``` ## Production Build the application for production: ```bash yarn build ``` Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).