# Navigation-nuxt3 **Repository Path**: zym6666/Navigation-nuxt3 ## Basic Information - **Project Name**: Navigation-nuxt3 - **Description**: 聚合导航前端UI - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: open-v1.2 - **Homepage**: http://nav.zym88.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-26 - **Last Updated**: 2023-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 聚合导航系统 聚合导航前端基于Nuxt3和Element-plus开发 ## Setup 安装依赖: ```bash npm install ``` ## Development Server 启动服务:http://localhost ```bash npm run dev ``` ## Production 构建用于生产的应用程序: ```bash npm run build ``` 本地预览应用程序构建: ```bash npm run preview ``` ## build Docker Image ```bash docker build -t navigation-ui:版本号 . ``` ## Docker Env ``` # 后端地址 NUXT_PUBLIC_API_BASE=http://127.0.0.1 ```