Skip to content

Latest commit

 

History

History

PnPjsV3

pnpjsv-3

Summary

Demo for using PnPjs version 3 in a SharePoint Framework solution

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Version history

Version Date Comments
2.0 September 25, 2022 Update to latest releases
1.1 March 10, 2021 Update comment
1.0 January 29, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

Demos the following PnPjs concepts:

  • Installing the library
  • Creating a configuration file and getting context
  • Getting data
  • Caching
  • Batching

References