2023-05-24 04:15:08 +08:00

26 lines
349 B
Markdown

# Quick Start
## Install
```
npm install
```
[//]: # (## Build)
[//]: # (`npm run build`)
## Hot reload the extension
```
npm run dev
```
## Package the extension for both Chinese and English versions
```
npm run package
```
Will automatically generate two .crx files and then copy to the `ElectronJS` folder (old files will be replaced).