How to setup for SharePoint Frame Work Development Environment (SPFx)
![How to setup SharePoint framework development environment SPFx How to setup SharePoint framework development environment SPFx](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj7jOxcGXbnpK21sgquxqmHl5061F97D-vL1-Tra6GOFzGLsoTFtosmc15d3lZJyDDuc-5VxiJODQ8e4iqauKVXwqnrl-KUbSBXjXYQUj1AQVKpgXJpH_mYTqy0VtNIkh9ckr8ZMgp-_Lg/s200/SharePoint-Framework.jpg)
You can use Visual Studio, or your own custom development environment to build SharePoint client-side web parts. You can use a Mac, PC, or Linux.
1.
Install
NodeJS è https://nodejs.org/en/
2. Update npm by running the command è npm install -g npm
3. Install a code Editor è Recemented https://code.visualstudio.com/
4. To Install Yeoman and gulp è Enter the following command è npm install -g yo gulp
5. Install Yeoman SharePoint generator è Enter the following command to install è
npm install -g @microsoft/generator-sharepoint
2. Update npm by running the command è npm install -g npm
3. Install a code Editor è Recemented https://code.visualstudio.com/
4. To Install Yeoman and gulp è Enter the following command è npm install -g yo gulp
5. Install Yeoman SharePoint generator è Enter the following command to install è
npm install -g @microsoft/generator-sharepoint
Comments
Post a Comment