# orderonlineNuxt3 **Repository Path**: cwiyc/orderonline-nuxt3 ## Basic Information - **Project Name**: orderonlineNuxt3 - **Description**: 一个基于Nuxt3的在线点餐系统,地址http://orderonline.cwiyc.top - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://orderonline.cwiyc.top - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2023-02-23 - **Last Updated**: 2024-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vant, Nuxt ## 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 --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 ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.