# nuxt3-starter **Repository Path**: cestr/nuxt3-starter ## Basic Information - **Project Name**: nuxt3-starter - **Description**: Nuxt3 项目模板 等效 pnpm dlx nuxi init nuxt3-starter 解决 templates 从https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json 下载失败的问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://nuxt.com/docs/getting-started/installation - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-01-03 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install --shamefully-hoist ``` ## Development Server Start the development server on http://localhost:3000 ```bash npm run dev ``` ## Production Build the application for production: ```bash npm run build ``` Locally preview production build: ```bash npm run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.