调查问卷

guhongwei 26c89fb1b7 1 3 yıl önce
app 26c89fb1b7 1 3 yıl önce
config 26c89fb1b7 1 3 yıl önce
template 26c89fb1b7 1 3 yıl önce
test 26c89fb1b7 1 3 yıl önce
.autod.conf.js 26c89fb1b7 1 3 yıl önce
.eslintignore 26c89fb1b7 1 3 yıl önce
.eslintrc 26c89fb1b7 1 3 yıl önce
.gitignore 26c89fb1b7 1 3 yıl önce
.travis.yml 26c89fb1b7 1 3 yıl önce
README.md 26c89fb1b7 1 3 yıl önce
appveyor.yml 26c89fb1b7 1 3 yıl önce
ecosystem.config.js 26c89fb1b7 1 3 yıl önce
package.json 26c89fb1b7 1 3 yıl önce
server.js 26c89fb1b7 1 3 yıl önce

README.md

service-question

问卷调查

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.