This article will walk you through on how you can add and use JQuery on you SharePoint Framework web part. To get things started: Open your SPFx project using Visual Studio Code. Open up a terminal and execute the following commands: npm i jquery npm i @types/jquery After executing the commands, open up your web […]
On this post, we will talk about how we can create an SPFx package using Azure DevOps Pipeline When you create a new pipeline, select “Other Git”. Select “Azure Repos Git” as the source and then select where the project is located. Click on the “Continue” button Click Empty job when selecting a template Before […]
In this article, we will be discussing on how to create a React SharePoint WebPart using SPFX. Setting up your environment First thing you will need is to setup your environment, you will be needing to install the following: Node.js v8.x and Node.js v10.x This are the versions supported for creating an SPFX project Install […]