# nuxt3-ArcoDesign **Repository Path**: wecases/nuxt3-ArcoDesign ## Basic Information - **Project Name**: nuxt3-ArcoDesign - **Description**: 🐛 字节跳动目前并未完美适配 nuxt3,适配后会第一时间更新本仓库 🐛 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-03-16 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Nuxt, vue3, Arco-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).