No Description

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

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.