科技政务

liuyu 3b0ac1bd95 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-affairs 4 年之前
.vscode dca0f920c6 科技厅科技政务服务 4 年之前
app 0126644b8a 更新 4 年之前
config 6a5c2e860c hh 4 年之前
test dca0f920c6 科技厅科技政务服务 4 年之前
.autod.conf.js dca0f920c6 科技厅科技政务服务 4 年之前
.eslintignore dca0f920c6 科技厅科技政务服务 4 年之前
.eslintrc dca0f920c6 科技厅科技政务服务 4 年之前
.gitignore dca0f920c6 科技厅科技政务服务 4 年之前
.travis.yml fd64dba866 科技政务服务端更新 4 年之前
README.md 44b0dab4a6 first commit 4 年之前
appveyor.yml fd64dba866 科技政务服务端更新 4 年之前
ecosystem.config.js dca0f920c6 科技厅科技政务服务 4 年之前
package.json dca0f920c6 科技厅科技政务服务 4 年之前
server.js dca0f920c6 科技厅科技政务服务 4 年之前

README.md

service-affairs

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.