A detailed background management architecture and data visualization large screen written by Vue2.x family bucket technology (with git address)

Vue background management architecture

background introduction

Since the previous paragraph was relatively busy, I didn’t summarize the knowledge points, but I wrote a more detailed background management structure when I was free. The project uses all Vue2 family bucket technologies, including Vue-Router, Vuex, mock.js, axios, Echart.js, antv-g6, tinymce, swipe and other technologies; including two large-screen data visualization displays, using various charts;

Next, I will put the product image below. If you want to need it, I will attach the gitHub address at the end, which can be directly pulled and started locally;

Product image display

Background management structure

login page

insert image description here
home page

insert image description here
insert image description here
The left menu can be expanded and indented; and a simple Vuex example is written;

insert image description here

insert image description here
slot

insert image description here
antv-g6

insert image description here
custom designation

insert image description here
insert image description here

Data visualization big screen

The main screen is only one screen, and the last two pictures are more tables that can be clicked to display;

insert image description here

The large sub-data screen is designed to slide left and right;

insert image description here

insert image description here
insert image description here

gitHub address

The above are some basic technical knowledge points, and there is nothing to introduce. You can see it at a glance, and share it for the record and friends in need. I hope it can help you;

gitHub address: https://github.com/lcSuperman/my-project-vue2.git

Account: admin; Password: 12345

insert image description here

Guess you like

Origin blog.csdn.net/qq_44182284/article/details/128912952