Strippet Browser Custom Visual

Debugging
- Install ssl certificate by running
npm run install-certificateand following the steps from: https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/CertificateSetup.md - Enable Developer Tools in PowerBI: https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/DebugVisualSetup.md
- Run
npm startto start development.
Building
- Run
npm installto download the dependencies. - Run
npm run packageto package the visual.
A .pbiviz file will be generated in the dist folder
Testing
Run npm test