- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 160字
- 2021-07-08 10:14:00
Gulp
Gulp is yet another tool that you will find highly useful, and a required tool in your overall toolchain for SharePoint Framework development projects. Whereas you will use npm to fetch the necessary packages and Yeoman to generate your projects, you will use Gulp to build your projects with all the necessary parameters and dependencies.
Gulp automates and allows you to enhance your build workflow. This is done with a configuration file called gulpfile.js, which allows you to add custom actions and tasks when building your project.
With .NET development, where you typically use Microsoft's Visual Studio development environment, you would typically just select the Build menu from the top toolbar, and then click on Build solution. This would compile and build your full-trust solution for SharePoint.
However, when using Gulp, you type gulp <action>, such as the package, to start packaging your code into a re-distributable and deployable package.
- DevOps:軟件架構(gòu)師行動指南
- C程序設(shè)計簡明教程(第二版)
- Docker進階與實戰(zhàn)
- Rake Task Management Essentials
- Django開發(fā)從入門到實踐
- C語言程序設(shè)計教程(第2版)
- Visual C++串口通信技術(shù)詳解(第2版)
- Java深入解析:透析Java本質(zhì)的36個話題
- Web Application Development with MEAN
- Java EE 7 Development with NetBeans 8
- R Data Analysis Cookbook(Second Edition)
- Visual Foxpro 9.0數(shù)據(jù)庫程序設(shè)計教程
- Java Web開發(fā)就該這樣學(xué)
- Regression Analysis with Python
- FPGA嵌入式項目開發(fā)實戰(zhàn)