四大卫星运行状态监控系统
 
 
 
 
Go to file
qubiaobiao 0cdfee2f2e 添加版本号 2024-09-23 15:33:16 +08:00
public 更新桌面图标ico 2021-06-01 16:53:52 +08:00
src 添加版本号 2024-09-23 15:33:16 +08:00
.gitignore 优化组件显示,增加地图显示配置项 2023-10-31 17:17:31 +08:00
README.md 修改各页面标题 2021-11-16 15:51:30 +08:00
index.js init 2021-03-09 14:59:24 +08:00
package.json 显示效果全面优化 2024-03-25 14:52:39 +08:00
postcss.config.js 添加tailwindcss 2021-04-13 17:49:13 +08:00
satellite-data-monitor-platform.html 删除多余代码 2021-12-01 12:50:13 +08:00
satellite-info-monitor-platform.html 重命名 2021-11-17 12:04:18 +08:00
satellite-signal-monitor-platform.html 重命名 2021-11-17 12:04:18 +08:00
satellite-state-monitor-platform.html 重命名 2021-11-17 12:04:18 +08:00
tailwind.config.js 添加tailwindcss 2021-04-13 17:49:13 +08:00
tsconfig.electron.json add preload.js 2021-03-10 18:01:42 +08:00
tsconfig.json init 2021-03-09 14:59:24 +08:00
vite.config.ts 实现多开并且串口数据处理后传递至渲染端 2021-11-22 11:58:54 +08:00
yarn.lock 显示效果全面优化 2024-03-25 14:52:39 +08:00

README.md

How to use

clone the repo via git and install dependencies:

git clone https://github.com/651778286/gnss-tool-kit.git
cd gnss-tool-kit
yarn

Starting Development

Start the app in the dev environment:

yarn dev
yarn electron:dev

Packaging for Production

To package apps for the local platform:

yarn electron:build