# nbsaas-life-nuxt3 **Repository Path**: cng1985/nbsaas-life-nuxt3 ## Basic Information - **Project Name**: nbsaas-life-nuxt3 - **Description**: nbsaas-life pc端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-05-21 - **Last Updated**: 2025-07-04 ## 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 ``` ## 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 ``` https//codeload.github.com/nuxt/starter/tar.gz/refs/heads/v3 Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.