Minimal set-ups using
@carbon/charts-svelte
Use degit to quickly scaffold a new project from one of the examples.
# rollup
npx degit metonym/carbon-charts-svelte-examples/rollup my-app
# sveltekit
npx degit metonym/carbon-charts-svelte-examples/sveltekit my-app
# sveltekit-typescript
npx degit metonym/carbon-charts-svelte-examples/sveltekit-typescript my-app
# vite
npx degit metonym/carbon-charts-svelte-examples/vite my-app
# webpack
npx degit metonym/carbon-charts-svelte-examples/webpack my-app
To run the examples locally, clone the repository and navigate to the example folder and run bun install
to install the dependencies.
Run bun run dev
for local development.
Run bun run build
to build the application for production.