Today we could finish this collection of blog posts how you could make provisioning of SPFx Web Parts to Classic SharePoint Sites inside of your WSP solution package:
- Include SPFx Assets & Package inside of WSP
- Deploy SPFx Web Part to SharePoint Server 2016 App Catalog with WSP
- Install SPFx Web Part to SharePoint Site/Web
- Include SPFx Web Part inside of Web Template (this blog post)
In previous posts we have already done SPFx Web Parts with custom gulp tasks for copying Assets & Package files automatically from SPFx Projects to Module Item of our WSP solution and deploying SPFx Web Parts to SharePoint Server 2016 App Catalog with WSP Feature. Then we continued with problems how to programmatically install SPFx Web Part to specific SharePoint Site or Web or Sub-Web (or any kind of Web 🙂 ) inside of some WSP Feature.
So today we will end with problem how to include SPFx Web Parts into SharePoint Web Template. Continue reading “Provision SPFx Web Parts to Classic Sites – Part 4: Include SPFx Web Part inside of Web Template”
