数据可视化模拟后端

sckj b01dc8d136 更新 'docker/strong3/Dockerfile' 2 anni fa
app 363d3bca21 bug 3 anni fa
config fbd38e9315 修改 4 anni fa
docker b01dc8d136 更新 'docker/strong3/Dockerfile' 2 anni fa
.autod.conf.js fed8d54147 初始化项目 4 anni fa
.dockerignore e017dd1b0a 处理构建端口号不显示问题 2 anni fa
.eslintignore fed8d54147 初始化项目 4 anni fa
.eslintrc fed8d54147 初始化项目 4 anni fa
.gitignore fed8d54147 初始化项目 4 anni fa
.travis.yml fed8d54147 初始化项目 4 anni fa
README.md fed8d54147 初始化项目 4 anni fa
appveyor.yml fed8d54147 初始化项目 4 anni fa
jsconfig.json fed8d54147 初始化项目 4 anni fa
package-lock.json fed8d54147 初始化项目 4 anni fa
package.json fed8d54147 初始化项目 4 anni fa

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.