# electron-crawl-ima
**Repository Path**: difai/electron-crawl-ima
## Basic Information
- **Project Name**: electron-crawl-ima
- **Description**: 可以爬取网页中图片,经常爬取壁纸网页,不一定能100%爬取全部图片,爬取的图片自动保存到用户选择的位置。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-26
- **Last Updated**: 2024-07-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Electron, Axios, cheerio, Vue
## README
# electron爬取网页图片
可以爬取网页中图片,经常爬取壁纸网页,不一定能100%爬取全部图片,爬取的图片自动保存到用户选择的位置。
## 技术
- electron: electron开发框架。
- axios: 获取网页请求,保存图片。
- cheerio: 爬取网页图片。
### 使用
- 安装依赖
```shell
npm install
```
- 运行
```shell
npm run dev
```
- 打包
```shell
npm run build
```
- 编译win
```shell
npm run build:win
```
- 编译mac
```shell
npm run build:mac
```
- 编译linux
```shell
npm run build:linux
```
## 页面
