Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rudifa/cesium-lit-demo

Objective: integration of the Cesium.Viewer into a Lit component
https://github.com/rudifa/cesium-lit-demo

cesium lit vite

Last synced: 23 days ago
JSON representation

Objective: integration of the Cesium.Viewer into a Lit component

Awesome Lists containing this project

README

        

# Integration of the Cesium.Viewer into a Lit component

Project created from [vite-lit-v2-template](https://github.com/rudifa/vite-lit-v2-template),
a starter template for simple Lit projects built with Vite and using decorators

> Scripts available in cesium-lit-demo via `npm run-script`:

```
"dev": "vite"
"build": "vite build"
"preview": "vite preview"
```

### Deployed

[netlify](https://cesium-lit-demo.netlify.app/)

### References

[Lit](https://lit.dev/)

[Vite Next Generation Frontend Tooling](https://vitejs.dev/)

[Vite Getting Started](https://vitejs.dev/guide/)

[Vite.js Tutorial – How to Install and Use Vite in Your Web Projects](https://www.freecodecamp.org/news/get-started-with-vite/)

[CesiumJS Quickstart](https://cesium.com/learn/cesiumjs-learn/cesiumjs-quickstart/)

[vite-plugin-cesium](https://www.npmjs.com/package/vite-plugin-cesium)