# hello_example **Repository Path**: orz365/hello_example ## Basic Information - **Project Name**: hello_example - **Description**: 示例展示平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 地图专题代码 ## 项目安装 ```sh npm install ``` ### 编译开发 ```sh npm run dev ``` ### 生产构建 ```sh npm run build ``` ### lint验证 ```sh npm run lint ``` docker run -p80:80 --name nginx -v /home/zkcsdn/nginx/conf/nginx.conf:/etc/nginx/nginx.conf -v /home/zkcsdn/nginx/html:/usr/share/nginx/html -d nginx:stable-alpine3.17-slim