Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 301 Bytes

File metadata and controls

23 lines (20 loc) · 301 Bytes

Tableau browser

Install dependencies

yarn install

Serve

yarn serve

Providing Tableau credentials

Create .env.local file with the following variables:

VUE_APP_TABLEAU_SERVER=
VUE_APP_TABLEAU_SITE=

Optional:

VUE_APP_TABLEAU_USER=
VUE_APP_TABLEAU_PASSWORD=