- Run
npm install
- 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. .pbiviz
file will be generated in thedist
folder
- Run
npm test