Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📚 Really simple Electron + Vite boilerplate.

License

NotificationsYou must be signed in to change notification settings

caoxiemeihao/electron-vite-boilerplate

Repository files navigation

🥳 Really simpleElectron +Vite boilerplate.

screenshort.png

Features

📦 Out of the box
🚀 Quick Start ofvite-plugin-electron
🎯 Based on the officialtemplate-vanilla-ts, less invasive

Run Setup

# clone the projectgit clone https://github.com/electron-vite/electron-vite-boilerplate.git# enter the project directorycd electron-vite-boilerplate# install dependencynpm install# developnpm run dev

Directory

+ ├─┬ electron+ │ ├─┬ main+ │ │ └── index.ts    entry of Electron-Main+ │ └─┬ preload+ │   └── index.ts    entry of Preload-Scripts  ├─┬ src  │ └── main.ts       entry of Electron-Renderer  ├── index.html  ├── package.json  └── vite.config.ts

Be aware

🚨 By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option below.Because it will modify the default config of Vite.

# vite.config.tselectron({- renderer: {}})

FAQ

🍵 🍰 🍣 🍟

About

📚 Really simple Electron + Vite boilerplate.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp