Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.66 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.66 KB

SECRETS TO MASTER SHAREPOINT FRAMEWORK: spfxsecrets-webparts

This Repo contains the Webparts I have created for the demo session held on 27th Oct'18. Check out the below link to access the deck presented during my session. Presentation

Final Output

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO

How to Use

Follow the below steps to use this sample,

  • Download or clone this Repo
  • Extract the downloaded file
  • Navigate to the project folder, where you have extracted or forked
  • Navigate to the folder path via terminal ( powershell or any command line tool)
  • Run the below commands in terminal
    • npm install
    • gulp serve
  • After successfull build, nvaigate to the woprkbench in SharePoint
  • Add the below two webparts to the workbench and test it
    • List Item Count Chart

    • PnP React Controls Sample

Cheers!