# nuxt3 PC移动端切换demo **Repository Path**: starlight_day/nuxt3-pc-mobile-switching-demo ## Basic Information - **Project Name**: nuxt3 PC移动端切换demo - **Description**: 使用nuxt3实现pc、移动端的切换特点:1. 模块化( pc、移动端页面都是单独的vue组件 );2.页面懒加载,每次页面加载都只加载所需的模块; - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2023-05-11 - **Last Updated**: 2025-06-15 ## 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 ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.