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

lrf 6834c2286d 生产环境,导入根路径 преди 2 години
.github 22a0c2e5ee init преди 3 години
app 8807969eea 企业调查导出 преди 2 години
config 6834c2286d 生产环境,导入根路径 преди 2 години
template 8807969eea 企业调查导出 преди 2 години
test 22a0c2e5ee init преди 3 години
.autod.conf.js 22a0c2e5ee init преди 3 години
.eslintignore 22a0c2e5ee init преди 3 години
.eslintrc 22a0c2e5ee init преди 3 години
.gitignore 22a0c2e5ee init преди 3 години
.travis.yml 22a0c2e5ee init преди 3 години
README.md 22a0c2e5ee init преди 3 години
appveyor.yml 22a0c2e5ee init преди 3 години
ecosystem.config.js 89c8ec2cca update преди 3 години
package.json b1e3cab1e9 archiver模块安装 преди 2 години
server.js af6ae29072 添加生产环境的配置; преди 2 години

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.