Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwkleung committed Dec 20, 2023
1 parent e96001a commit bcac659
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Electron ESM Vite

Example project using Vite with Electron.
Vite + Electron + ESM project template.

Features out of the box:
Quickly get started using Vite and ESM in Electron without heavy boilerplate.

# Features

Out of the box:

1. [ESM support in Electron](https://www.electronjs.org/docs/latest/tutorial/esm#summary-esm-support-matrix) (as of v28.0.0).
2. HMR (Hot-Module Replacement).
3. Vanilla TypeScript with ESLint.
4. Vitest for unit testing.

# Notice on usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-esm-vite",
"version": "1.0.0",
"description": "Example project using Vite with Electron",
"description": "Vite + Electron + ESM project template",
"productName": "Electron ESM Vite",
"main": "./out/main.js",
"type": "module",
Expand Down

0 comments on commit bcac659

Please sign in to comment.