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

https://github.com/edocbuhtig/svelte-tableau-bootstrap

Svelte App with Tableau Analytics integrating Bootstrap 5 library.
https://github.com/edocbuhtig/svelte-tableau-bootstrap

bootstrap5 svelte svelte-tableau-analytics svelte-v3 svelte3 sveltejs tableau tableau-api tableau-desktop

Last synced: about 1 month ago
JSON representation

Svelte App with Tableau Analytics integrating Bootstrap 5 library.

Awesome Lists containing this project

README

        

## Svelte App with Tableau Analytics integrating Bootstrap 5 library.

Clone the repo and run below commands to install packages and run in dev mode

```
npm i
npm run dev
```

## Demo Preview

![Tableau Vue](/screenshots/screenshot-dashboard-tableau-svelte.png)

### Import Tableau JS API Lib

into `` of **/public/index.html**

```

```

### Follow the Tableau API examples for filters and variation of worksheets
```
https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_samples.htm
```