发送邮件服务

lrf f97d3ac07a docker 部署 il y a 4 mois
.github d4dafcc06e update il y a 2 ans
.vscode 9d53df67d0 update il y a 2 ans
app 4736825675 update il y a 1 an
config f97d3ac07a docker 部署 il y a 4 mois
template 9d53df67d0 update il y a 2 ans
test d4dafcc06e update il y a 2 ans
.eslintignore d4dafcc06e update il y a 2 ans
.eslintrc d4dafcc06e update il y a 2 ans
.gitignore d4dafcc06e update il y a 2 ans
README.md d4dafcc06e update il y a 2 ans
ecosystem.config.js f97d3ac07a docker 部署 il y a 4 mois
package.json d4dafcc06e update il y a 2 ans
server.js 464dd408e9 update il y a 2 ans

README.md

service-email

邮件服务

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.