数据可视化模拟后端

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

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.