Aucune description

liuyu fcb844db5a hh il y a 5 ans
.vscode 91949e5f06 设置 il y a 5 ans
app 91949e5f06 设置 il y a 5 ans
config 91949e5f06 设置 il y a 5 ans
test 91949e5f06 设置 il y a 5 ans
.autod.conf.js 91949e5f06 设置 il y a 5 ans
.eslintignore 91949e5f06 设置 il y a 5 ans
.eslintrc 91949e5f06 设置 il y a 5 ans
.gitignore 91949e5f06 设置 il y a 5 ans
README.md faca4d7bcf first commit il y a 5 ans
ecosystem.config.js 91949e5f06 设置 il y a 5 ans
package.json fcb844db5a hh il y a 5 ans
server.js 91949e5f06 设置 il y a 5 ans

README.md

service-setting

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.