Нема описа

cheny 252f9f6b7e 123 пре 4 година
.vscode 84584452d3 科技超市 пре 5 година
app 252f9f6b7e 123 пре 4 година
config fcfe645623 123 пре 4 година
test 84584452d3 科技超市 пре 5 година
.autod.conf.js 84584452d3 科技超市 пре 5 година
.eslintignore 84584452d3 科技超市 пре 5 година
.eslintrc 84584452d3 科技超市 пре 5 година
.gitignore 84584452d3 科技超市 пре 5 година
.travis.yml 4d8ea1ef8b 科技超市服务端更新 пре 5 година
README.md cf94d83e14 first commit пре 5 година
appveyor.yml 4d8ea1ef8b 科技超市服务端更新 пре 5 година
ecosystem.config.js 84584452d3 科技超市 пре 5 година
package.json de8343c416 123 пре 4 година
server.js 84584452d3 科技超市 пре 5 година

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.