科技政务

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

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.