Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerrywdlee/vue-recruitment-mailer

A mail creator which only need browser
https://github.com/jerrywdlee/vue-recruitment-mailer

Last synced: about 2 months ago
JSON representation

A mail creator which only need browser

Awesome Lists containing this project

README

        

Vue Recruit Mailer

## Intro
Vue Recruit Mailer is a **Frontend-Only** web application which powered by **[Vue.js](https://vuejs.org/)**.

## What it for
Vue Recruit Mailer will help you generate **Mails** or other **Articles** from templates.
You can create and save your own templates and replace tags easily.
Besides that, you can even generate mails from **Tables and CSV files**!

## Get started
Click **[Here](https://jerrywdlee.github.io/vue-recruitment-mailer/)** and ready to go!

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
cd dist/
python -m SimpleHTTPServer 8000 # visit on localhost:8000

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

# Deploy app
npm run deploy # old deployed files in ./docs_backs

```

## License
[MIT](http://opensource.org/licenses/MIT)
[Copyright (c) 2016~2017 Jerry Lee](https://github.com/jerrywdlee/vue-recruitment-mailer/blob/master/LICENSE)