Skip to content

jerrywdlee/vue-recruitment-mailer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vue Recruit Mailer

Intro

Vue Recruit Mailer is a Frontend-Only web application which powered by Vue.js.

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 and ready to go!

Build Setup

# 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 Copyright (c) 2016~2017 Jerry Lee