暫無描述

MaiXinRong 8938e10fc3 Merge branch 'master' of http://smartcost.f3322.net:3000/MaiXinRong/IndexSystem 7 年之前
app 8938e10fc3 Merge branch 'master' of http://smartcost.f3322.net:3000/MaiXinRong/IndexSystem 7 年之前
config f19986ccfe 指标对比1.0 7 年之前
test 219cef875e 修复lib.test.js单元测试不通过问题 7 年之前
.autod.conf.js ba294c1f93 初始化代码 7 年之前
.eslintignore ba294c1f93 初始化代码 7 年之前
.eslintrc ba294c1f93 初始化代码 7 年之前
.gitignore ba294c1f93 初始化代码 7 年之前
.travis.yml ba294c1f93 初始化代码 7 年之前
README.md ba294c1f93 初始化代码 7 年之前
README.zh-CN.md ba294c1f93 初始化代码 7 年之前
app.js 60191d0ce3 调整全局参数,从配置文件加载等 7 年之前
appveyor.yml ba294c1f93 初始化代码 7 年之前
package.json 1e5f072e8b 指标库,导入指标源,匹配指标后,计算全部匹配指标 7 年之前

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.