# tour **Repository Path**: semiregular/tour ## Basic Information - **Project Name**: tour - **Description**: 游学导航 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-14 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, jQuery, Electron ## README ## 使用说明 index.html 是主页面, index.css 是地图页面的样式文件, main.js 为electron的主进程代码文件, server.js 为服务端代码文件, libs 为第三方库文件, db 为本地数据库文件, build 为打包文件 ## 使用方法 - 首次使用需安装npm依赖 ```powershell npm i #安装npm依赖 ``` - 启动网页服务(已同时启动服务端) ```powershell npm run start ``` - 启动桌面应用 ```powershell npm run win ``` - 打包桌面应用 ```powershell npm run build ```