설명 없음

liuyu b32dc6a54e Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-policy 4 년 전
.vscode e06fc20dbe 科技政策 4 년 전
app f1545435c6 更新 4 년 전
config 386fda09c0 hh 4 년 전
test e06fc20dbe 科技政策 4 년 전
.autod.conf.js e06fc20dbe 科技政策 4 년 전
.eslintignore e06fc20dbe 科技政策 4 년 전
.eslintrc e06fc20dbe 科技政策 4 년 전
.gitignore e06fc20dbe 科技政策 4 년 전
.travis.yml abb5b0aa37 科技政策服务端更新 4 년 전
README.md 0699f9df4b first commit 4 년 전
appveyor.yml abb5b0aa37 科技政策服务端更新 4 년 전
ecosystem.config.js e06fc20dbe 科技政策 4 년 전
package.json e06fc20dbe 科技政策 4 년 전
server.js e06fc20dbe 科技政策 4 년 전

README.md

service-policy

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.