Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rudifa/cesium-lit-demo
- Owner: rudifa
- Created: 2022-10-26T20:28:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T11:16:49.000Z (over 1 year ago)
- Last Synced: 2024-10-06T01:41:19.691Z (about 1 month ago)
- Topics: cesium, lit, vite
- Language: HTML
- Homepage:
- Size: 241 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)