调查问卷

guhongwei 26c89fb1b7 1 3 년 전
app 26c89fb1b7 1 3 년 전
config 26c89fb1b7 1 3 년 전
template 26c89fb1b7 1 3 년 전
test 26c89fb1b7 1 3 년 전
.autod.conf.js 26c89fb1b7 1 3 년 전
.eslintignore 26c89fb1b7 1 3 년 전
.eslintrc 26c89fb1b7 1 3 년 전
.gitignore 26c89fb1b7 1 3 년 전
.travis.yml 26c89fb1b7 1 3 년 전
README.md 26c89fb1b7 1 3 년 전
appveyor.yml 26c89fb1b7 1 3 년 전
ecosystem.config.js 26c89fb1b7 1 3 년 전
package.json 26c89fb1b7 1 3 년 전
server.js 26c89fb1b7 1 3 년 전

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.