Skip to content

ironhot/vue-Statistics

 
 

Repository files navigation

vue数据可视化平台

https://sumayi.github.io/vue-Statistics/dist/index.html#/ 组件化,模块化 相互模块独立,可自由拖动位置。

构建与设置

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

image

技术点

  • vue(vue项目构建、指令的运用、组件封装)
  • vue-router
  • vue-draggable(拖拽的灵活应用,应用于插件的增删排版)
  • vuex(组件之间通信)
  • 网络请求axios(自己封装axios、跨域代理配置)
  • 可视化工具echarts、v-charts处理图形(地图编辑、控制大小、布局、颜色、接受数据格式)
  • es6
  • 后台涉及node.js/sql语法的应用等

About

vue数据可视化平台

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 71.3%
  • JavaScript 26.0%
  • CSS 2.3%
  • HTML 0.4%