8000 docs: update · coder-long/electron-vite-react@66e4eee · GitHub
[go: up one dir, main page]

Skip to content

Commit 66e4eee

Browse files
committed
docs: update
1 parent 4edbadf commit 66e4eee

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Familiar React application structure, just with `electron` folder on the top :wi
4949
└── src Renderer source code, your React application
5050
```
5151

52+
<!--
5253
## 🚨 Be aware
5354
5455
This template integrates Node.js API to the renderer process by default. If you want to follow **Electron Security Concerns** you might want to disable this feature. You will have to expose needed API by yourself.
@@ -69,6 +70,7 @@ export default {
6970
],
7071
}
7172
```
73+
-->
7274

7375
## 🔧 Additional features
7476

@@ -77,5 +79,5 @@ export default {
7779

7880
## ❔ FAQ
7981

80-
- [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)
8182
- [C/C++ addons, Node.js modules - Pre-Bundling](https://github.com/electron-vite/vite-plugin-electron-renderer#dependency-pre-bundling)
83+
- [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)

README.zh-CN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ npm create electron-vite
4747
└── src 渲染进程源码、React代码
4848
```
4949

50-
50+
<!--
5151
## 🚨 这需要留神
5252
5353
默认情况下,该模板在渲染进程中集成了 Node.js,如果你不需要它,你只需要删除下面的选项. [因为它会修改 Vite 默认的配置](https://github.com/electron-vite/vite-plugin-electron-renderer#config-presets-opinionated).
@@ -66,6 +66,7 @@ export default {
6666
],
6767
}
6868
```
69+
-->
6970

7071
## 🔧 额外的功能
7172

@@ -74,8 +75,8 @@ export default {
7475

7576
## ❔ FAQ
7677

77-
- [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)
7878
- [C/C++ addons, Node.js modules - Pre-Bundling](https://github.com/electron-vite/vite-plugin-electron-renderer#dependency-pre-bundling)
79+
- [dependencies vs devDependencies](https://github.com/electron-vite/vite-plugin-electron-renderer#dependencies-vs-devdependencies)
7980

8081
## 🍵 🍰 🍣 🍟
8182

0 commit comments

Comments
 (0)
0