asd123a20 e70f79ea81 调整菜单 2 years ago
..
app e70f79ea81 调整菜单 2 years ago
config 0a5deee960 修改端口号 2 years ago
test 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
.autod.conf.js 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
.eslintignore 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
.eslintrc 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
.gitignore 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
.travis.yml 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
README.md 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
appveyor.yml 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
ecosystem.config.js 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
jsconfig.json 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago
package.json 206ff73266 添加活动管理 动态修改nginx配置(增加删除静态文件代理) 2 years ago
server.js 0174c616e7 新增 点赞/评论/留言/收藏 服务 2 years ago

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.