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.
- Host: GitHub
- URL: https://github.com/edocbuhtig/svelte-tableau-bootstrap
- Owner: edocbuhtig
- Created: 2020-07-26T17:57:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T05:04:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T04:33:26.196Z (about 2 months ago)
- Topics: bootstrap5, svelte, svelte-tableau-analytics, svelte-v3, svelte3, sveltejs, tableau, tableau-api, tableau-desktop
- Language: Svelte
- Homepage:
- Size: 942 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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

### 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
```