Overview
This is a project template for Vue3 + Cesium + Typescript apps with lots of sample datas. It includes features such as view switching, status bar, natural environment control, earth setting, 3D tile operations, draw and measure functions, sampling, contour settings, and offset correction.
Features
- View: Switch between different views.
- Status bar: Display a status bar.
- Natural environment control: Control the natural environment settings.
- Earth setting: Customize settings for the Earth.
- 3D tile operations: Perform operations on 3D tiles.
- Draw: Enable drawing functionality.
- Measure: Perform measurements on the map.
- Sampling: Sample data from the map.
- Contour settings: Adjust contour settings.
Installation
To use this template, you will need to have Node.js installed.
- Fork or clone this repository.
- Run the following commands to compile and hot-reload for development:
npm run serve
- Run the following commands to compile and minify for production:
npm run build
- Install the following dependencies:
- Vue3
- Cesium
- Typescript
- Element plus (optional)
- Tailwindcss
Summary
The Vue3 Cesium Typescript Start Up template is a project template for Vue3 + Cesium + Typescript apps. It provides a variety of features for building web apps with Cesium and includes sample data for testing and demonstration purposes. The template requires Node.js for installation, and additional dependencies such as Vue3, Cesium, Typescript, Element plus, and Tailwindcss.