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