科技政务

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

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.