医疗字典

asd123a20 e2407932a6 3 년 전
app dcc5d2f8ea 3 년 전
config e2407932a6 3 년 전
data dcc5d2f8ea 3 년 전
test dcc5d2f8ea 3 년 전
.autod.conf.js dcc5d2f8ea 3 년 전
.eslintignore dcc5d2f8ea 3 년 전
.eslintrc dcc5d2f8ea 3 년 전
.gitignore dcc5d2f8ea 3 년 전
.travis.yml dcc5d2f8ea 3 년 전
README.md 9b7892ffbb first commit 3 년 전
README.zh-CN.md dcc5d2f8ea 3 년 전
appveyor.yml dcc5d2f8ea 3 년 전
ecosystem.config.js 2094d8b30a 3 년 전
import.js dcc5d2f8ea 3 년 전
import_unit.js dcc5d2f8ea 3 년 전
package.json dcc5d2f8ea 3 년 전
server.js dcc5d2f8ea 3 년 전

README.md

naf-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.