# nuxt3-app **Repository Path**: chazz_john/nuxt3-app ## Basic Information - **Project Name**: nuxt3-app - **Description**: vue服务端渲染框架小试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-11-29 - **Last Updated**: 2022-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).