Ei kuvausta

lrf402788946 9ed33fdcc4 update 3 vuotta sitten
.github a23e20cf9c update 3 vuotta sitten
.vscode 84584452d3 科技超市 4 vuotta sitten
app 9ed33fdcc4 update 3 vuotta sitten
config 8b1ba69add 修改export地址 3 vuotta sitten
test 84584452d3 科技超市 4 vuotta sitten
.autod.conf.js 84584452d3 科技超市 4 vuotta sitten
.eslintignore 84584452d3 科技超市 4 vuotta sitten
.eslintrc 84584452d3 科技超市 4 vuotta sitten
.gitignore 84584452d3 科技超市 4 vuotta sitten
.travis.yml 4d8ea1ef8b 科技超市服务端更新 4 vuotta sitten
README.md cf94d83e14 first commit 4 vuotta sitten
app.js 475d00139a update 3 vuotta sitten
appveyor.yml 4d8ea1ef8b 科技超市服务端更新 4 vuotta sitten
ecosystem.config.js 6830c0603a update 3 vuotta sitten
package.json a23e20cf9c update 3 vuotta sitten
server.js 84584452d3 科技超市 4 vuotta sitten
test.js aa8cd9c894 1 4 vuotta sitten

README.md

service-market

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.