Home

Awesome

vue-stack-cesium

A minimal sample configuration project which shows how to combine and use certain packages and is a useful testing project for new updates. This project is being maintained regulary to the new compatible versions of the used packages. Certain syntax and configuration is applied in a hopefully understandable and reusable way.

Contributions in form of best practices or corrections are welcome!

Core features

vue related features

Known issues

upcoming changes

Project setup

use npm with vite

git clone/unzip
npm install
npm install --location:global vite
npm run dev

To build and preview

npm run build
npm run preview

Screenshots 2021-12-30

Cesium Page with viewport using vite-plugin-cesium

2021-12-30 19_40_40-vue-stack-cesium-vue-3-migration

Project Structure

2021-12-30 19_29_35-vue-stack-cesium-vite-file-structure-VSt-Code