四大卫星运行状态监控系统
 
 
 
 
Go to file
叶志超 b6c21343f3 添加星座图和载噪比视图 2021-11-15 12:12:15 +08:00
public 更新桌面图标ico 2021-06-01 16:53:52 +08:00
src 添加星座图和载噪比视图 2021-11-15 12:12:15 +08:00
.gitignore init 2021-03-09 14:59:24 +08:00
README.md Update README.md 2021-03-09 18:50:50 +08:00
index.html 使用echart-gl实现3D地图 2021-11-15 12:11:39 +08:00
index.js init 2021-03-09 14:59:24 +08:00
package.json 使用echart-gl实现3D地图 2021-11-15 12:11:39 +08:00
planisphere.html 添加星座图和载噪比视图 2021-11-15 12:12:15 +08:00
postcss.config.js 添加tailwindcss 2021-04-13 17:49:13 +08:00
snr.html 添加星座图和载噪比视图 2021-11-15 12:12:15 +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 init 2021-03-09 14:59:24 +08:00
yarn.lock 使用echart-gl实现3D地图 2021-11-15 12:11:39 +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