文件名称:node-email-templates-master
- 所属分类:
- Linux驱动
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2015-08-10
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- meh****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Node.js NPM package for rendering beautiful emails with your template engine and CSS pre-processor of choice coupled with email-friendly inline CSS using juice.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
node-email-templates-master
...........................\.gitignore
...........................\.jshintrc
...........................\.npmignore
...........................\.travis.yml
...........................\CHANGELOG.md
...........................\LICENSE
...........................\README.md
...........................\examples
...........................\........\handlebars
...........................\........\..........\index.js
...........................\........\inheritance
...........................\........\...........\index.js
...........................\........\kuemailer
...........................\........\.........\index.js
...........................\........\nodemailer
...........................\........\..........\index.js
...........................\........\postmark
...........................\........\........\index.js
...........................\........\templates
...........................\........\.........\_common.scss
...........................\........\.........\newsletter-hbs
...........................\........\.........\..............\html.hbs
...........................\........\.........\..............\style.scss
...........................\........\.........\..............\text.hbs
...........................\........\.........\newsletter
...........................\........\.........\..........\html.ejs
...........................\........\.........\..........\style.scss
...........................\........\.........\..........\text.ejs
...........................\........\.........\pasta-dinner
...........................\........\.........\............\html.ejs
...........................\........\.........\............\style.css
...........................\........\.........\............\text.ejs
...........................\index.js
...........................\package.json
...........................\src
...........................\...\email-template.js
...........................\...\main.js
...........................\...\template-manager.js
...........................\...\util.js
...........................\test
...........................\....\mocha.opts
...........................\....\support
...........................\....\.......\should.js
...........................\....\testEmailTemplate.js
...........................\....\testMain.js
...........................\....\testTemplateManager.js