Ingen beskrivning

MaiXinRong c7f22b607f 指标库,导入数据源,自动根据指标模板匹配全部指标 7 år sedan
app c7f22b607f 指标库,导入数据源,自动根据指标模板匹配全部指标 7 år sedan
config cc9d70fca8 指标库 no.5 up 7 år sedan
test cc9d70fca8 指标库 no.5 up 7 år sedan
.autod.conf.js ba294c1f93 初始化代码 7 år sedan
.eslintignore ba294c1f93 初始化代码 7 år sedan
.eslintrc ba294c1f93 初始化代码 7 år sedan
.gitignore ba294c1f93 初始化代码 7 år sedan
.travis.yml ba294c1f93 初始化代码 7 år sedan
README.md ba294c1f93 初始化代码 7 år sedan
README.zh-CN.md ba294c1f93 初始化代码 7 år sedan
app.js 379a0115aa 指标模板页面修改 7 år sedan
appveyor.yml ba294c1f93 初始化代码 7 år sedan
package.json e07515064d 指标库 no.4 up 7 år sedan

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.