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