Sin descripción

MaiXinRong e5d39f68db 1 hace 6 años
app e5d39f68db 1 hace 6 años
config e5d39f68db 1 hace 6 años
test 5d344aabf6 补充测试依赖文件 hace 7 años
.autod.conf.js ba294c1f93 初始化代码 hace 7 años
.eslintignore ba294c1f93 初始化代码 hace 7 años
.eslintrc ba294c1f93 初始化代码 hace 7 años
.gitignore ba294c1f93 初始化代码 hace 7 años
.travis.yml ba294c1f93 初始化代码 hace 7 años
README.md ba294c1f93 初始化代码 hace 7 años
README.zh-CN.md 898256c9de 1. 默认参数,增加,子项数量1合计,子项数量2合计 hace 6 años
app.js 14f660827c 1. 刷新指标数据 hace 6 años
appveyor.yml ba294c1f93 初始化代码 hace 7 años
builder.js 14f660827c 1. 刷新指标数据 hace 6 años
package.json 14f660827c 1. 刷新指标数据 hace 6 años

README.md

index_sys

SmartCost Index System

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.