sveltekit-tailwind-leaflet-echarts-tabulator Svelte Themes

Sveltekit Tailwind Leaflet Echarts Tabulator

SvelteKit with tailwind, leaflet, echarts and tabulator

Demo

Developing

Install dependencies

npm install

Local test

npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Library

Adding libraries to SvelteKit project

tailwind (https://tailwindcss.com/docs/guides/sveltekit)

Leaflet (https://dev.to/khromov/using-leaflet-with-sveltekit-3jn1)

Echarts (https://echarts.apache.org/handbook/en/basics/import)

tabulator (http://tabulator.info/docs/5.2/frameworks)

import { TabulatorFull as Tabulator } from 'tabulator-tables';
import 'tabulator-tables/dist/css/tabulator_simple.min.css';

Top categories

Loading Svelte Themes