- Install ssl certificate by running
npm run install-certificate
and 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 start
to start development.
Run npm run package
to package the visual.
A .pbiviz
file will be generated in the dist
folder
Run npm test