- 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.
Run npm run package to package the visual.
A .pbiviz file will be generated in the dist folder
Run npm test
