计算中心----调查问卷服务端

lrf c5b0db8fdf 添加企业调查 há 3 anos atrás
.github 22a0c2e5ee init há 4 anos atrás
app c5b0db8fdf 添加企业调查 há 3 anos atrás
config af6ae29072 添加生产环境的配置; há 3 anos atrás
test 22a0c2e5ee init há 4 anos atrás
.autod.conf.js 22a0c2e5ee init há 4 anos atrás
.eslintignore 22a0c2e5ee init há 4 anos atrás
.eslintrc 22a0c2e5ee init há 4 anos atrás
.gitignore 22a0c2e5ee init há 4 anos atrás
.travis.yml 22a0c2e5ee init há 4 anos atrás
README.md 22a0c2e5ee init há 4 anos atrás
appveyor.yml 22a0c2e5ee init há 4 anos atrás
ecosystem.config.js 89c8ec2cca update há 4 anos atrás
package.json 22a0c2e5ee init há 4 anos atrás
server.js af6ae29072 添加生产环境的配置; há 3 anos atrás

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.