Map3D
基于Vue框架、Echarts、Echarts-gl、Threejs类库渲染的3D地图案例展示。3D map case display based on Vue framework, Echarts, Echarts gl, and Threejs package rendering.
Install / Use
/learn @flowers-10/Map3DREADME
Map3D
demo:https://map3d.vercel.app/#/ <img width="936" height="664" alt="image" src="https://github.com/user-attachments/assets/5466920a-38dd-4279-a363-60fff05996d3" />
基于Vue框架、Echarts、Echarts-gl、Threejs类库渲染的3D地图案例展示。
3D map case display based on Vue framework, Echarts, Echarts gl, and Threejs package rendering.
组件都已经封装好,直接复制文件拿走,不用重复造轮子。
相关文章教程: 【3d地图】vue中使用echarts geo3D
Setup
Make sure to install the dependencies:
yarn
yarn install
npm
npm install
pnpm
pnpm install --shamefully-hoist Development Server Start the development server on http://localhost:5173
npm run dev Production Build the application for production:
npm run build Locally preview production build:
npm run preview Check out the deployment documentation for more information.
