- 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.
- Docker進階與實戰
- PHP程序設計(慕課版)
- Android Application Development Cookbook(Second Edition)
- Java加密與解密的藝術(第2版)
- Easy Web Development with WaveMaker
- 數據結構案例教程(C/C++版)
- HTML5+CSS3 Web前端開發技術(第2版)
- Instant Debian:Build a Web Server
- Raspberry Pi Robotic Projects(Third Edition)
- Vue.js光速入門及企業項目開發實戰
- 零基礎學SQL(升級版)
- Vue.js 3.x高效前端開發(視頻教學版)
- JavaScript Unit Testing
- C語言從入門到精通(微視頻精編版)
- Roslyn Cookbook