mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 07:17:33 +08:00
26 lines
349 B
Markdown
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). |