Aucune description

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

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.