asd123a20 0a5deee960 修改端口号 2 vuotta sitten
..
app 6730ff64ee 添加投稿服务 2 vuotta sitten
config 0a5deee960 修改端口号 2 vuotta sitten
test 6730ff64ee 添加投稿服务 2 vuotta sitten
.autod.conf.js 6730ff64ee 添加投稿服务 2 vuotta sitten
.eslintignore 6730ff64ee 添加投稿服务 2 vuotta sitten
.eslintrc 6730ff64ee 添加投稿服务 2 vuotta sitten
.gitignore 6730ff64ee 添加投稿服务 2 vuotta sitten
.travis.yml 6730ff64ee 添加投稿服务 2 vuotta sitten
README.md 6730ff64ee 添加投稿服务 2 vuotta sitten
appveyor.yml 6730ff64ee 添加投稿服务 2 vuotta sitten
ecosystem.config.js 6730ff64ee 添加投稿服务 2 vuotta sitten
jsconfig.json 6730ff64ee 添加投稿服务 2 vuotta sitten
package.json 206ff73266 添加活动管理 动态修改nginx配置(增加删除静态文件代理) 2 vuotta sitten
server.js 6730ff64ee 添加投稿服务 2 vuotta sitten

README.md

service-code

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.