بدون توضیح

laiguoran 02677c34e3 Merge branch 'master' of http://192.168.1.12:3000/MaiXinRong/IndexSystem 7 سال پیش
app 02677c34e3 Merge branch 'master' of http://192.168.1.12:3000/MaiXinRong/IndexSystem 7 سال پیش
config 11a8c3b5e8 指标模板,上传Excel文件,解析得到指标节点和指标 7 سال پیش
test 02677c34e3 Merge branch 'master' of http://192.168.1.12:3000/MaiXinRong/IndexSystem 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 379a0115aa 指标模板页面修改 7 سال پیش
appveyor.yml ba294c1f93 初始化代码 7 سال پیش
package.json 11a8c3b5e8 指标模板,上传Excel文件,解析得到指标节点和指标 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.