asd123a20 8bfd44050a 添加商城 3 vuotta sitten
..
app 8bfd44050a 添加商城 3 vuotta sitten
config 8bfd44050a 添加商城 3 vuotta sitten
test 8bfd44050a 添加商城 3 vuotta sitten
.autod.conf.js 8bfd44050a 添加商城 3 vuotta sitten
.eslintignore 8bfd44050a 添加商城 3 vuotta sitten
.eslintrc 8bfd44050a 添加商城 3 vuotta sitten
.gitignore 8bfd44050a 添加商城 3 vuotta sitten
.travis.yml 8bfd44050a 添加商城 3 vuotta sitten
README.md 8bfd44050a 添加商城 3 vuotta sitten
appveyor.yml 8bfd44050a 添加商城 3 vuotta sitten
ecosystem.config.js 8bfd44050a 添加商城 3 vuotta sitten
jsconfig.json 8bfd44050a 添加商城 3 vuotta sitten
package.json 8bfd44050a 添加商城 3 vuotta sitten
server.js 8bfd44050a 添加商城 3 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.