Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 732 Bytes

PowerFx PCF Control

A sample PCF control embedding PowerFx formula editor

Setup

  1. run npm install
  2. copy webpackConfig.js from webpackConfigOverwrite folder to node-modules\pcf-scripts folder, overwriting the default one.
  3. run npm start

Building Solution

Run msbuild /t:build restore in the powerFxControlSln folder

PowerFX

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: