:electron: Electron + Vite + React + Sass boilerplate.
Go to file
草鞋没号 2a34519e95 chore(docs): UPDATE 2021-11-10 21:19:02 +08:00
configs chore: vite.vue-ts.ts -> vite.react-ts.vue 2021-11-09 10:19:07 +08:00
scripts chore: exclude node_modules 2021-11-09 14:34:08 +08:00
src chore: log contextBridge 2021-11-10 16:06:38 +08:00
.gitignore chore: UPDATE 2021-11-08 19:59:33 +08:00
LICENSE Initial commit 2021-11-01 01:54:59 +00:00
README.md chore(docs): UPDATE 2021-11-10 21:19:02 +08:00
README.zh-CN.md chore(docs): add README.zh-CN.md 2021-11-10 21:03:59 +08:00
package.json chore: rename 2021-11-09 10:14:15 +08:00
paths.json chore: UPDATE 2021-11-08 19:17:58 +08:00
tsconfig.json chore: UPDATE 2021-11-01 16:49:28 +08:00
types.d.ts chore: UPDATE 2021-11-08 19:59:33 +08:00
yarn.lock chore(deps): remove useless package 2021-11-08 19:21:11 +08:00

README.md

vite-electron-boilerplate

GitHub stars GitHub issues GitHub license Required Node.JS >= v14.17.0

English | 简体中文

Run Setup

# clone the project
git clone git@github.com:caoxiemeihao/vite-electron-boilerplate.git

# enter the project directory
cd vite-electron-boilerplate

# install dependency(Recommend use yarn)
yarn

# develop
yarn dev

Branchs

Directory

├
├── configs
├   ├── vite.main.ts                 Main-process config file, for -> src/main
├   ├── vite.preload.ts              Preload-script config file, for -> src/preload
├   ├── vite.react-ts.ts             Renderer-script config file, for -> src/react-ts
├
├── scripts
├   ├── build.mjs                    Build script, for -> npm run build
├   ├── electron-builder.config.mjs
├   ├── watch.mjs                    Develop script, for -> npm run dev
├
├── src
├   ├── main                         Main-process source code
├   ├── preload                      Preload-script source code
├   ├── react-ts                     Renderer-process source code
├

How to work

  • The Main-process, Renderer-process and Preload-script are all config in configs/xxx.ts

  • The full-scale Vite compilation is supper fast

  • scripts/build.mjs only calls the Vite API and uses the configs/xxx.ts config file to build

  • The difference between scripts/watch.mjs and build.mjs is that the watch option is configured for the Main-process and Preload-script. The Renderer-process uses require ('vite').createServer

  • The whole project tends to be configured rather than a large number of scripts, which is dazzling -- 🥳 上手简单

Demo

Wechat group | | 请我喝杯下午茶 🥳