科技政务

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

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.