北斗卫星数据监测展示互动系统
 
 
 
 
 
Go to file
qubiaobiao cedf6b613d 主要版本 2024-02-22 11:27:41 +08:00
public 主要版本 2024-02-22 11:22:19 +08:00
src 主要版本 2024-02-22 11:22:19 +08:00
.gitignore 主要版本 2024-02-22 11:22:19 +08:00
README.md 主要版本 2024-02-22 11:22:19 +08:00
config.json 主要版本 2024-02-22 11:22:19 +08:00
index.html 主要版本 2024-02-22 11:22:19 +08:00
index.js 主要版本 2024-02-22 11:22:19 +08:00
package.json 主要版本 2024-02-22 11:22:19 +08:00
postcss.config.js 主要版本 2024-02-22 11:22:19 +08:00
tailwind.config.js 主要版本 2024-02-22 11:22:19 +08:00
tsconfig.electron.json 主要版本 2024-02-22 11:22:19 +08:00
tsconfig.json 主要版本 2024-02-22 11:22:19 +08:00
vite.config.ts 主要版本 2024-02-22 11:22:19 +08:00
yarn.lock 主要版本 2024-02-22 11:22:19 +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实现串口数据接收