四大卫星运行状态监控系统
 
 
 
 
Go to file
yezhichao@hwasmart.com b13faac99e 删除英文属性 2021-04-13 17:54:29 +08:00
public 添加logo图片,更换收藏图标 2021-04-13 17:27:45 +08:00
src 添加tailwindcss 2021-04-13 17:49:13 +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 删除英文属性 2021-04-13 17:54:29 +08:00
index.js init 2021-03-09 14:59:24 +08:00
package.json 添加tailwindcss 2021-04-13 17:49:13 +08:00
postcss.config.js 添加tailwindcss 2021-04-13 17:49:13 +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 添加tailwindcss 2021-04-13 17:49:13 +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