# nuxt-project **Repository Path**: leolee18/nuxt-project ## Basic Information - **Project Name**: nuxt-project - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt3 启动模板 # 安装 ```shell # yarn yarn install # npm npm install #pnpm pnpm install ``` # 启动开发服务器 开发服务器默认启动在`http://localhost:3000` ```shell npm run dev ``` # 打包生产环境 将你的代码进行打包 ```shell npm run build ``` 预览生产环境项目 ```shell npm run preview ```