All Projects → biubiubiu01 → Vue3 Bigdata

biubiubiu01 / Vue3 Bigdata

一个基于vue3.0的大数据分析系统,包含各种echarts和vue3.0新API

Projects that are alternatives of or similar to Vue3 Bigdata

Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+116.55%)
Mutual labels:  webpack, echarts
Vue Admin Design
基于vue + elementUI的管理系统模板
Stars: ✭ 279 (+100.72%)
Mutual labels:  webpack, echarts
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (+64.75%)
Mutual labels:  webpack, echarts
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+635.25%)
Mutual labels:  webpack, echarts
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+1127.34%)
Mutual labels:  webpack
Ngx Quill Example
demo app for the advanced usage of ngx-quill module
Stars: ✭ 137 (-1.44%)
Mutual labels:  webpack
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+1207.91%)
Mutual labels:  webpack
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (-2.16%)
Mutual labels:  webpack
Vueport
Single file components for Rails with Vue JS and Webpack
Stars: ✭ 141 (+1.44%)
Mutual labels:  webpack
React Cnode Touch
webpack架设react&node.js工程化开发架构实战,开发技术论坛
Stars: ✭ 140 (+0.72%)
Mutual labels:  webpack
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (+0%)
Mutual labels:  webpack
Webpack Unused
Check your frontend code for files/assets that are no longer used.
Stars: ✭ 137 (-1.44%)
Mutual labels:  webpack
Create React Server
Server & middleware for React + Router + Redux with Server Side Rendering
Stars: ✭ 139 (+0%)
Mutual labels:  webpack
Speed Measure Webpack Plugin
⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
Stars: ✭ 1,980 (+1324.46%)
Mutual labels:  webpack
Sharejs
💻js小技巧、react、webpack、redux、javascript及其它前端干货,持续更新ing
Stars: ✭ 141 (+1.44%)
Mutual labels:  webpack
Wp Tailwind
A WordPress starter theme that utilizes Tailwind + PurgeCSS.
Stars: ✭ 135 (-2.88%)
Mutual labels:  webpack
Code Splitting React Webpack
An example of how to code split with Webpack 2 and React Router
Stars: ✭ 138 (-0.72%)
Mutual labels:  webpack
Lovinghome Real Estate Platform
⚡️基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 140 (+0.72%)
Mutual labels:  echarts
Django Echarts
A django app for Echarts integration using pyecharts library as chart builder.
Stars: ✭ 138 (-0.72%)
Mutual labels:  echarts
Webpackbar
Elegant ProgressBar and Profiler for Webpack 3 , 4 and 5
Stars: ✭ 1,887 (+1257.55%)
Mutual labels:  webpack

Logo

vue3-bigData

探索本项目的文档 »

在线预览 · 提出Bug · 提出新特性

简介

vue3-bigData是一个可视化系统,基于vue3.0echarts实现,使用vue的最新的技术栈,包括各种可视化图表。

vue-antd-admin后台管理系统,有兴趣可以看看:vue-antd-admin

前序准备

你需要了解 vue3.0的新特性和Api方法后才开始熟悉本项目,大部分数据采用Mock.js 进行模拟,axios请求数据,最大还原了请求后台接口数据,由于element-ui 还未支持vue3.0(不过好像在憋大招),所以这里自己手写了几个项目中遇到的UI组件,正在持续更新中...

同时,这里我还写了个vue3.0 新特性方法的文章,包含vue2.0常用的各种方法在vue3.0中的使用。

输入图片说明 输入图片说明

功能

- 柱状图
- 饼图
- 词云图
- 漏斗图
- 水球图
- 折线图
- 仪表盘
- 雷达图
- 矩形树图
- 关系图
- 地图  --- 分布图
- 地图  --- 散点图
- 地图  --- 热力图

使用说明

- 首页时间自动轮播,每次时间切换都会调接口,所有的图数据都会刷新
- 首页点击时间轴切换时间
- 首页点击地图可以下钻到县  周围数据都会变,显示对应市县的
- 首页下钻后点击中间空白处或者左上角可以回到对应市县
- 点击两边的echarts图可以进去详情页
- 最右边的关系图点击可以下钻
- 点击地图右上角的图标可以切换地图类型

文件目录说明


├── mock                             ---mock模拟数据
├── public                           ---静态资源文件
├── src          
│  ├── api                           ---接口     
│  ├── assets                        ---图片和字体
│  ├── componentApi                  ---可复用的vue方法
│  ├── components                    ---可复用的vue组件
│  ├── layouts                       ---布局方式
│  ├── router                        ---路由
│  ├── store                         ---vuex
│  ├── styles                        ---sass样式
│  ├── utils                         ---方法函数
│  ├── views                         ---页面
│  ├── App.vue                       
│  ├── main.js                       
├── tests                            ---单元测试文件
├── UI                               ---自定义UI组件库
├── .browserslistrc
├── .env.development
├── .env.production
├── .eslintrc.js
├──  babel.config.js
├── .jest.config.js                  ---jest的配置
├──  package.json
├──  package-lock.json
├──  README.md
└──  vue.config.js                   ---webpack的配置


安装

# 克隆项目
git clone https://github.com/biubiubiu01/vue3-bigData.git
# 进入项目目录
cd vue3-bigData
# 安装依赖
npm i
# 本地开发 启动项目
npm run serve

部署

# 打包项目
npm run build
# 单元测试
npm run test

Online Demo

在线 Demo

最后

开源不易,若觉得这个项目对你有用,可以点个star,欢迎提出建议和bug 😄 。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].