烧录工具
 
 
 
 
 
Go to file
qubiaobiao 247137fca3 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
public 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
src 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
.gitignore 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
README.md 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
afterAllArtifactBuildHook.js 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
index.html 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
index.js 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
npminstall-debug.log 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
package.json 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
postcss.config.js 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
tailwind.config.js 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
tsconfig.electron.json 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
tsconfig.json 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
vite.config.ts 烧录软件(单个烧录) 2023-11-01 09:33:25 +08:00
yarn.lock 烧录软件(单个烧录) 2023-11-01 09:33:25 +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