https://github.com/mingfang/mosaic-svelte
Svelte Components For Mosaic
https://github.com/mingfang/mosaic-svelte
mosaic svelte-components
Last synced: 8 months ago
JSON representation
Svelte Components For Mosaic
- Host: GitHub
- URL: https://github.com/mingfang/mosaic-svelte
- Owner: mingfang
- Created: 2023-12-24T18:34:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T14:41:43.000Z (10 months ago)
- Last Synced: 2025-03-29T16:03:34.522Z (9 months ago)
- Topics: mosaic, svelte-components
- Language: Svelte
- Homepage:
- Size: 395 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## POC to integrate [Mosaic](https://uwdata.github.io/mosaic/) with Svelte.
## [Live Demo](https://mosaic-svelte.rebelsoft.com/)

## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.