mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 09:17:01 +08:00
19 lines
234 B
Markdown
19 lines
234 B
Markdown
## Note
|
|
|
|
Remember to update EasySpider.crx everytime the extension updates.
|
|
|
|
## Run Instruction
|
|
|
|
```
|
|
npm install
|
|
npm install @electron-forge/cli
|
|
npm start
|
|
```
|
|
|
|
## Package Instruction
|
|
|
|
```
|
|
|
|
npx electron-forge import
|
|
npm run package
|
|
``` |