Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1021 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1021 Bytes

Map3D

基于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

【3d地图】vue3.0中使用echarts geo3D

【vue】Echarts3D地图下钻

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.