# du-nuxt3 **Repository Path**: dujunhui/du-nuxt3 ## Basic Information - **Project Name**: du-nuxt3 - **Description**: du-nuxt3 vue3的服务端渲染 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-01 - **Last Updated**: 2022-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3 ## README # Nuxt 3 Minimal Starter Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) 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 ``` Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information. Nodejs版本需要最新的 >= 16.11 利用社区丰富的模块来让Nuxt更强大,开发更高效! https://modules.nuxtjs.org/