sp-dev-fx-webparts/samples/react-admin-sc-catalog-pnpjs/README.md

2.7 KiB

Site Collection App Catalog Summary View.

Summary

A SPFx web part using @pnp/sp/appcatalog and @pnp/spfx-controls-react. It allows to see in a single view all the SiteCollection catalogs and the Apps installed with some useful metadata. It needs Globlal Administrator or SharePoint Online Administrator permissions in order to access Site collection App Catalogs hidden list (https://yourtenant.sharepoint.com/sites/appcatalog/Lists/SiteCollectionAppCatalogs) and each Site Collection App Catalog. This web part use @pnp/spfx-controls-react WebPartTitle and @pnp/spfx-controls-react ListView components.

WebPartInAction

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-admin-sc-catalog-pnpjs Federico Porceddu

Version history

Version Date Comments
1.0 November 07, 2019 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
  • in the command line run:
    • restore dependencies: npm install
    • build solution gulp build --ship
    • bundle solution: gulp bundle --ship
    • package solution: gulp package-solution --ship
    • locate solution at .\sharepoint\solution\react-admin-sc-catalog-pnpjs.sppkg
    • upload it to your tenant app catalog
    • add react-admin-sc-catalog-pnpjs app to your site
    • add react-admin-sc-catalog-pnpjs web part to your page to see it in action

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework: