Нет описания

MaiXinRong 4cc71d2148 名称等调整 7 лет назад
app 4cc71d2148 名称等调整 7 лет назад
config 1df1c9a1f9 前端代码压缩 7 лет назад
test 5d344aabf6 补充测试依赖文件 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 1df1c9a1f9 前端代码压缩 7 лет назад
appveyor.yml ba294c1f93 初始化代码 7 лет назад
package.json 1df1c9a1f9 前端代码压缩 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.