/Web3DVisualization

A web 3D data visualize project, based on WebGL.3D可视化大屏编辑器, 正在建设中...

Primary LanguageVue

Web3DVisualization

Dvis U vue Vite vue

一个 3D 可视化大屏项目, 正在建设中...

目录结构

├─other_modules            # data-v 修改包(参考) 需要手动解压替换 node_modules @jiaminghi文件夹
│
├─packages                 # 组件库
│  ├─Avatar
│  ├─Badge
│  ├─Button
│  ├─Card
│  ├─CollapseButton
│  ├─Echarts
│  ├─Form
│  ├─Icon
│  └─Input
│
├─public
└─src
    ├─api
    ├─assets
    │  ├─avatar               # (temp) 用户头像
    │  ├─DVisualize           # (北京图片) 用户头像
    │  └─styles
    │      ├─color            # (TODO) 全局color抽离
    │      └─var              # (TODO) 全局style变量抽离
    │
    ├─components              # 业务组件
    │  ├─common
    │  │  ├─charts
    │  │  └─editor
    │  │      ├─Header
    │  │      ├─Proerty
    │  │      └─SideBar
    │  │
    │  └─Layout
    │      └─common
    │          ├─Author
    │          ├─Header
    │          └─SideBar
    ├─config                  # 配置项,包括页面title、baseUrl
    ├─data                    # (TODO)抽离图标点,城镇等图标一些数据
    │  └─map
    │
    ├─pages                   # 基础页面
    ├─router
    ├─store                   # vuex store
    ├─symbols
    ├─types                   # vuex store,大屏元素等类型的声明
    ├─utils                   # 工具类
    └─views                   # 业务界面
        ├─Boardlist
        ├─Dashboard
        ├─Editor
        ├─MyAssets
        └─test

Quick Start

> git clone https://github.com/He123987/Web3DVisualization.git
> cd Web3DVisualization
> yarn
> yarn dev

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

后端仓库地址

Web3DVisualization

Recommended IDE Setup