- Install Node.JS
Use this link to install Node.JS https://nodejs.org/en/2. Install yeomen and gulpCMD>npm install –g yo gulp3. Install SPFX generatorsCMD>npm install –g @microsoft/generator-sharepoint4. Create First Web partCMD>yo @microsoft/sharepoint5. Run and Test Project
CMD>gulp trust-dev-certCMD>gulp serve6. Package and DeployCMD>gulp package-solution7. Install and Add on PageA. Upload the *.sppkg file in app catalogB. Add new App from site contents pageC. Keep app running in localD. Create new page and Add App
Sunday, April 16, 2017
Seven steps to build and deploy SPFX web part to SharePoint
Subscribe to:
Posts (Atom)
SharePoint document metadata not updating
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
It is a permission issue. DateTimeControl field uses the iframe calender page to render the actual calender. The location of iframe...
-
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
-
Use below function to clear the people picker control values from page on client side. Code: