A sample PCF control embedding PowerFx formula editor
- run
npm install
- copy
webpackConfig.js
fromwebpackConfigOverwrite
folder tonode-modules\pcf-scripts
folder, overwriting the default one. - run
npm start
Run msbuild /t:build restore
in the powerFxControlSln
folder
To work with this control you need to have a LSP server and provide the endpoint url to the control. To learn more about PowerFX and how to get started with it, please visit the following links:
- See PowerFX for more information on PowerFX.
- See PowerFX Samples for samples