数据可视化后端

z332406259 a9df07dc78 状态机接口 初步业务整理 4 years ago
app a9df07dc78 状态机接口 初步业务整理 4 years ago
config 48d65aa55e 修改 4 years ago
.autod.conf.js 85a6e504e1 初始化项目 4 years ago
.eslintignore 85a6e504e1 初始化项目 4 years ago
.eslintrc 85a6e504e1 初始化项目 4 years ago
.gitignore 85a6e504e1 初始化项目 4 years ago
.travis.yml 85a6e504e1 初始化项目 4 years ago
README.md 85a6e504e1 初始化项目 4 years ago
app.js e913756974 新增业务和修改bug 4 years ago
appveyor.yml 85a6e504e1 初始化项目 4 years ago
jsconfig.json 85a6e504e1 初始化项目 4 years ago
package-lock.json 33985d3ccd 1.新增状态机的所有非业务代码 4 years ago
package.json 33985d3ccd 1.新增状态机的所有非业务代码 4 years ago

README.md

tsp_visualization_admin

tsp_view

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.