四大卫星运行状态监控系统
 
 
 
 
Go to file
hocili 1ba64f9506 update dependencies 2021-03-20 11:09:58 +08:00
public init 2021-03-09 14:59:24 +08:00
src add preload.js 2021-03-10 18:01:42 +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 init 2021-03-09 14:59:24 +08:00
index.js init 2021-03-09 14:59:24 +08:00
package.json rm dist cli 2021-03-16 18:25:11 +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 update dependencies 2021-03-20 11:09:58 +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