beidou-satellite-data-monitor/hwasmart-beidou-satellite-d...
qubiaobiao 655e9cbf03 将地图改为高德图源 2024-02-20 14:44:28 +08:00
..
public 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
src 将地图改为高德图源 2024-02-20 14:44:28 +08:00
.gitignore 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
README.md 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
config.json 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
index.html 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
index.js 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
package.json 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
postcss.config.js 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
tailwind.config.js 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
tsconfig.electron.json 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
tsconfig.json 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
vite.config.ts 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00
yarn.lock 软件启动加密及度分秒展示 2024-01-24 12:03:29 +08:00

README.md

Vite Electron Typescript Template

vite 2 vue 3 electron 12

How to use

clone the repo via git and install dependencies:

git clone --depth 1 --single-branch https://github.com/hocili/vite-electron-typescript-template.git your-project-name
cd your-project-name
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

TODO

  1. 使用web serial api实现串口数据接收