暫無描述

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.