Skip to content

sriparashiva/threejs-globegl-vue

Repository files navigation

Globe Data Visualization (Vue.js, ThreeJS)

This project visualizes GeoJSON data on a reactive globe and allows interaction using Vue.js

🖥 Online Preview

Tech Stack

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build