Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

54 lines (27 loc) · 1.28 KB

electron-tools

An electron-vue project

初衷: 想写个邮件群发助手,写完后发现是有个厂商白名单的,功能可用,但是群发过多,会被邮箱拉黑, 一封一封发也不行,头痛

技术栈: vue-electron + element-ui + xlsx + nodemailer + nedb(node: 10.16.0)

功能:

  1. 本地存储账户信息 nedb

  2. 解析Excel中的邮箱

  3. 添加邮件附件

  4. 群发邮件

  5. 富文本插件 tinymce(号称宇宙最强)

GIF演示

Build Setup

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit & end-to-end tests
yarn test


# lint all JS/Vue component files in `src/`
yarn run lint

This project was generated with electron-vue@45a3e22 using vue-cli. Documentation about the original structure can be found here.