kkazala / spfx-Panel

https://dev.to/kkazala/panel-for-listview-command-set-sharepoint-online-4hp8
7 stars 1 forks source link

Can you please brief about how to deploy this solution on Sharepoint #6

Open santoshk10 opened 11 months ago

santoshk10 commented 11 months ago

Hi, Can you please give details about deployment of this solution on sharepoint online

kkazala commented 11 months ago

@santoshk10 Since this is a sample, I'm assuming that you want to build your own List Extension, using the Panel instead of a dialog box? You need to follow the https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension procedure to create a new solution (or take mine, whichever is better for you), add your own business logic.

Once everything works the way you want it, run gulp bundle --ship and gulp package-solution --ship (see https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/hosting-extension-from-office365-cdn).

To deploy it to the SPO site, you can simply drag&drop the package to the app catalog.

...or.. maybe you know it, and you were simply asking me to update the readme? =)