Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Aug 31, 2023
1 parent 47a7ea7 commit 6cf7c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

<br/>

In short, `vite-plugin-electron-renderer` is responsible for polyfilling Electron, Node.js built-in modules.

## Install

```sh
Expand Down Expand Up @@ -102,7 +104,7 @@ export interface RendererOptions {

<!-- ###### Electron-Renderer(vite serve) -->

> Load Electron and Node.js cjs-packages/builtin-modules (Schematic)
> Load Electron and Node.js cjs-packages/built-in-modules (Schematic)
```
┏————————————————————————————————————————┓ ┏—————————————————┓
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vite-plugin-electron-renderer

简而言之,`vite-plugin-electron-renderer` 职责是填充 Electron, Node.js 内置模块。

[English](https://github.com/electron-vite/vite-plugin-electron-renderer#readme) | 简体中文

## 原理
Expand Down

0 comments on commit 6cf7c42

Please sign in to comment.