egg部署测试库

李栋 d28a6e8147 @deploy 更新基础镜像为LTS版本 il y a 5 ans
.vscode b813ea514d 初始版本 il y a 5 ans
app b813ea514d 初始版本 il y a 5 ans
config b813ea514d 初始版本 il y a 5 ans
test b813ea514d 初始版本 il y a 5 ans
.autod.conf.js b813ea514d 初始版本 il y a 5 ans
.eslintignore b813ea514d 初始版本 il y a 5 ans
.eslintrc b813ea514d 初始版本 il y a 5 ans
.gitignore b813ea514d 初始版本 il y a 5 ans
.travis.yml b813ea514d 初始版本 il y a 5 ans
Dockerfile d28a6e8147 @deploy 更新基础镜像为LTS版本 il y a 5 ans
README.md b813ea514d 初始版本 il y a 5 ans
appveyor.yml b813ea514d 初始版本 il y a 5 ans
jsconfig.json b813ea514d 初始版本 il y a 5 ans
package.json b813ea514d 初始版本 il y a 5 ans

README.md

egg-example

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.