基于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
Make sure to install the dependencies:
yarn install
npm install
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.