All Projects → cawa-93 → Vite Electron Builder

cawa-93 / Vite Electron Builder

Electron app boilerplate based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Vite Electron Builder

Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (+5.21%)
Mutual labels:  electron-builder, boilerplate, template
Firebird
Template for Phoenix 1.3 projects
Stars: ✭ 66 (-31.25%)
Mutual labels:  boilerplate, template
Quickapp Boilerplate Template
🔨致力于构建更为优雅的「快应用」开发脚手架模板。https://quickapp.lovejade.cn/tag/quickapp/
Stars: ✭ 58 (-39.58%)
Mutual labels:  boilerplate, template
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-1.04%)
Mutual labels:  boilerplate, template
Swift Template
A template based module generator for Swift projects.
Stars: ✭ 34 (-64.58%)
Mutual labels:  boilerplate, template
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-59.37%)
Mutual labels:  boilerplate, template
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-28.12%)
Mutual labels:  boilerplate, template
React Redux Boilerplate Example
Stars: ✭ 15 (-84.37%)
Mutual labels:  best-practices, boilerplate
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-20.83%)
Mutual labels:  boilerplate, template
Electrate
Quick and Easy Electron + React Boilerplace
Stars: ✭ 80 (-16.67%)
Mutual labels:  electron-builder, template
Projecttemplate
个人项目模板
Stars: ✭ 93 (-3.12%)
Mutual labels:  boilerplate, template
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (+906.25%)
Mutual labels:  boilerplate, template
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-66.67%)
Mutual labels:  boilerplate, template
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+1028.13%)
Mutual labels:  best-practices, boilerplate
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+897.92%)
Mutual labels:  boilerplate, template
React Native Template Typescript
👾 Clean and minimalist React Native template for a quick start with TypeScript.
Stars: ✭ 1,148 (+1095.83%)
Mutual labels:  boilerplate, template
Phaser3 Tilemap Pack
Phaser 3 Project Template with Webpack, Tilemap, and Asset Pack
Stars: ✭ 87 (-9.37%)
Mutual labels:  boilerplate, template
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+715.63%)
Mutual labels:  boilerplate, template
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-90.62%)
Mutual labels:  boilerplate, template
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+1136.46%)
Mutual labels:  boilerplate, template

Vite Electron Builder Boilerplate v2

Vite+Electron = 🔥

This is a secure template for electron applications. Written following the latest safety requirements, recommendations and best practices.

Under the hood is used Vite — super fast, nextgen bundler, and electron-builder for compilation.


Support

  • This template maintained by Alex Kozack. You can 💖 sponsor him for continued development of this template.

  • Found a problem? Pull requests are welcome.

  • If you have ideas, questions or suggestions - Welcome to discussions. 😊


Features

Electron Electron version

  • Template use the latest electron version with all the latest security patches.
  • The architecture of the application is built according to the security guids and best practices.
  • The latest version of the electron-builder is used to compile the application.

Vite Vite version

  • Vite is used to bundle all source codes. This is an extremely fast packer that has a bunch of great features. You can learn more about how it is arranged in this video.
  • Vite supports reading .env files. My template has a separate command to generate .d.ts file with type definition your environment variables.

Vite provides you with many useful features, such as: TypeScript, TSX/JSX, CSS/JSON Importing, CSS Modules, Web Assembly and much more.

See all Vite features.

TypeScript TypeScript version (optional)

  • The Latest TypeScript is used for all source code.
  • Vite supports TypeScript out of the box. However, it does not support type checking.
  • Code formatting rules follow the latest TypeScript recommendations and best practices thanks to @typescript-eslint/eslint-plugin.

Note: If you do not need a TypeScript, you can easily abandon it. To do this, You do not need to make any bundler configuration changes, etc. Just replace all .ts files with .js files. Additionally, it will be useful to delete TS-specific files, plug-ins and dependencies like tsconfig.json, @typescript-eslint/*, etc.

Vue Vue version (optional)

  • By default, web pages are built using Vue. However, you can easily change it. Or do not use additional frameworks at all. (See React fork)
  • Also, by default, the vue-router version Vue-router version is used.
  • Code formatting rules follow the latest Vue recommendations and best practices thanks to eslint-plugin-vue.
  • Installed Vue.js devtools beta with Vue 3 support.

See examples of web pages for different frameworks.

Continuous Integration

  • The configured workflow for check the types for each push and PR.
  • The configured workflow for check the code style for each push and PR.
  • Automatic tests used spectron. Simple, automated test check:
    • Does the main window created and visible?
    • Is the main window not empty?
    • Is dev tools closed?

Continuous deployment

  • An automatic update from GitHub releases is supported.
  • Each time you push changes to the main branch, a workflow starts, which creates a new github release.
    • The version number is automatically set based on the current date in the format "yy.mm.dd".
    • Notes are automatically generated and added to the new release.

Status — WIP

This template was created to make my work easier. It may not be universal, but I try to keep it that way.

I am actively involved in its development. But I do not guarantee that this template will be maintained in the future.

At the moment, there are the following problems:

  • ⚠ Some files require refactoring.
  • ⚠ Watch mode for the main and preload entry points should be improved. Blocked by vite#1434.
  • ⚠ Typechecking renderer package in CI implemented by vue-tsc, which has a very early version. This is not a problem if you do not use Vue or TypeScript.
  • ⏳ Automatic code signing — planned.
  • ⏳ I want to migrate all code base to ESM. But because Nodejs ecosystem is unprepared I not known whether this will give more benefits or more inconvenience.

Some improvement or problems can be listed in issues.

Pull requests are welcome.

How it works

The template required a minimum dependencies. Only Vite is used for building, nothing more.

Project Structure

The structure of this template is very similar to the structure of a monorepo.

The entire source code of the program is divided into three modules (packages) that are bundled each independently:

Build web resources

Packages main and preload are built in library mode as it is a simple javascript. renderer package build as regular web app.

The build of web resources is performed in the scripts/build.js. Its analogue is a sequential call to vite build for each package.

Compile App

Next step is run packaging and compilation a ready for distribution Electron app for macOS, Windows and Linux with "auto update" support out of the box.

To do this, using the electron-builder:

  • In npm script compile: This script is configured to compile the application as quickly as possible. It is not ready for distribution, is compiled only for the current platform and is used for debugging.
  • In GitHub Action: The application is compiled for any platform and ready-to-distribute files are automatically added to the draft GitHub release.

Using electron API in renderer

As per the security requirements, context isolation is enabled in this template.

Context Isolation is a feature that ensures that both your preload scripts and Electron's internal logic run in a separate context to the website you load in a webContents. This is important for security purposes as it helps prevent the website from accessing Electron internals, or the powerful APIs your preload script has access to.

This means that the window object that your preload script has access to is actually a different object than the website would have access to. For example, if you set window.hello = 'wave' in your preload script and context isolation is enabled window.hello will be undefined if the website tries to access it.

Read more about Context Isolation.

Exposing APIs from your preload script to the renderer is a common use case and there is a dedicated module in Electron to help you do this in a painless way.

// packages/preload/src/index.ts
const api = {
  data: ['foo', 'bar'],
  doThing: () => ipcRenderer.send('do-a-thing')
}

contextBridge.exposeInMainWorld('electron', api)

To access this API use the useElectron() function:

// packages/renderer/src/App.vue
import {useElectron} from '/@/use/electron'

const {doThing, data} = useElectron()

Note: Context isolation disabled for test environment. See #693.

Modes and Environment Variables

All environment variables set as part of the import.meta, so you can access them as follows: import.meta.env.

You can also build type definitions of your variables by running scripts/buildEnvTypes.js. This command will create types/env.d.ts file with describing all environment variables for all modes.

The mode option is used to specify the value of import.meta.env.MODE and the corresponding environment variables files that needs to be loaded.

By default, there are two modes:

  • production is used by default
  • development is used by npm run watch script
  • test is used by npm test script

When running building, environment variables are loaded from the following files in your project root:

.env                # loaded in all cases
.env.local          # loaded in all cases, ignored by git
.env.[mode]         # only loaded in specified env mode
.env.[mode].local   # only loaded in specified env mode, ignored by git

Note: only variables prefixed with VITE_ are exposed to your code (e.g. VITE_SOME_KEY=123) and SOME_KEY=123 will not. you can access VITE_SOME_KEY using import.meta.env.VITE_SOME_KEY. This is because the .env files may be used by some users for server-side or build scripts and may contain sensitive information that should not be exposed in code shipped to browsers.

Contribution

See Contributing Guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].