# nuxt3-base **Repository Path**: niko_hxx/nuxt3-base ## Basic Information - **Project Name**: nuxt3-base - **Description**: nuxt3-base 基础框架搭建 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-19 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt Minimal Starter Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install dependencies: ```bash # pnpm pnpm install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # pnpm pnpm dev ``` ## Production Build the application for production: ```bash # pnpm pnpm build ``` Locally preview production build: ```bash # pnpm pnpm preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.