-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from electron-vite/dev
Dev
- Loading branch information
Showing
4 changed files
with
33 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
## Examples | ||
|
||
- [Multiple BrowserWindow](https://github.com/electron-vite/vite-plugin-electron/tree/v0.12.0/examples/multiple-window) | ||
- [Web worker in Renderer process](https://github.com/electron-vite/vite-plugin-electron-renderer/tree/v0.14.5/examples/worker) | ||
**[👉 electron-vite-samples](https://github.com/caoxiemeihao/electron-vite-samples)** maintains a lot of boilerplate samples, it includes the really confusing `C/C++` modules like [better-sqlite3](https://www.npmjs.com/package/better-sqlite3), [sqlite3](https://www.npmjs.com/package/sqlite3), [serialport](https://www.npmjs.com/package/serialport). There are also npm packages in `esmodule` format, like [node-fetch](https://www.npmjs.com/package/node-fetch), [got](https://www.npmjs.com/package/got) etc. | ||
|
||
This is really helpful for someone who is new to [Electron⚡️Vite](https://github.com/electron-vite). | ||
|
||
<details> | ||
<summary>中文</summary> | ||
<p><a target="_blank" href="https://github.com/caoxiemeihao/electron-vite-samples">👉 electron-vite-samples</a> 维护了很多样板示例, 它包括让人非常困扰的 <code>C/C++</code> 模块像 <a target="_blank" href="https://www.npmjs.com/package/better-sqlite3">better-sqlite3</a>, <a target="_blank" href="https://www.npmjs.com/package/sqlite3">sqlite3</a>, <a target="_blank" href="https://www.npmjs.com/package/serialport">serialport</a>。 还有 <code>esmodule</code> 格式的 npm 包像 <a target="_blank" href="https://www.npmjs.com/package/node-fetch">node-fetch</a>, <a target="_blank" href="https://www.npmjs.com/package/got">got</a> 等等。</p> | ||
|
||
<p>这对一个 <a target="_blank" href="https://github.com/electron-vite">Electron⚡️Vite</a> 新手来说非常的有帮助。</p> | ||
</details> | ||
|