hwasmart-yanfaleixiangmu-es.../README.md

509 B

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