Suggested Articles
What is SharePoint Framework (SPFx)
Future prospects of SharePoint Framework (SPFx)
Required tools and libraries for SharePoint Framework (SPFx) development
Setup Office 365 tenant for SharePoint Framework development
Setup SharePoint Framework client side web part development environment
This article describes how we can create a new SharePoint Framework client side web part. We’ll also use various tools to build the web part. Let’s begin with creating a new web part project.
Create new web part project
You need to perform following steps:
- Create new project directory at your opted location
md helloworld-webpart
- Go to project directory
cd helloworld-webpart
- Create project using Yeoman SharePoint Generator
yo @microsoft/sharepoint
It will ask for few inputs, provide the inputs as follows:
- Solution name? helloworld-webpart
- Type of client-side component to create? WebPart
- What is the web part name? HelloWorld
- What is your web part description? This is my first client side web part using SharePoint Framework
- Which framework would you like to use? No JavaScript Framework
At this point, Yeoman will install dependencies and generate files for HelloWorld web part. Once processing is completed, it will show success message.
Using Code Editor
This solution is build using HTML/Typescript. You can use any editor that support client side development.
I am using Visual Studio Code from Microsoft. It is a lightweight but powerful source code editor which runs on desktop of Windows, Mac and Linux. Visual Studio Code supports JavaScript, Typescript and Node.js. It has many extensions for other languages like C++, C#, PHP and Python and runtimes.
Preview web part
Run the following command to establish trust
gulp trust-dev-cert
You will see a security warning as below, click Yes to install.
Now you have installed developer certificate. Run following command to build and preview your web part.
gulp serve
You may be asked for warning. Click Allow access.
SharePoint client side development tool gulp is a task runner which performs build processes tasks such as:
- Bundle and Minify JavaScript and CSS
- Run tools to call bundling and minifying tasks before each build
- Compile CASS to CSS
- Compile Typescript to JavaScript
Visual Studio Code provides built-in support for gulp and other task runners. Choose Ctrl+Shift+B on Windows or Ctrl+Shift+B on Mac to debug and preview your web part.
Now, It will launch SharePoint Workbench where you can add your client side web part on the page. This is helpful while development as you don’t need to deploy your client side web part every time while it is under development.
You can stop gulp by choosing Ctrl+C in command prompt where gulp is running. Then you will provide answer Y to stop it.
To Be Continued…
THREE QUERIES offers easy access to information about SharePoint and associated technologies, project management, agile and scrum methodologies that helps developers, administrators, architects, technical managers, business analysts and end users. It has grown from there. We provide an important knowledge base for those involved in managing, architecture and developing software projects of all kinds. With weekly/daily exclusive updates, we keep you in touch with the latest business, management, technology thinking.
WE ARE CONNECTED ~ Follow us on social media to get regular updates and opinion on what's happening in the world of SharePoint, front-end, back end web technologies and project management. If you like this article, please share it and follow us at Facebook, Twitter, Instagram, Pinterest and LinkedIn