- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 186字
- 2021-07-08 10:14:00
Yeoman and Yeoman SharePoint generator
Yeoman is a generator tool, helping developers create new project and solution directories. You'd use npm to get individual packages, and you'd use Yeoman to generate a new SharePoint Framework project, which in turn would fetch the correct npm packages and other dependencies.
Microsoft has published a Yeoman generator for SharePoint, which includes all the necessary workflow actions to create the SharePoint Framework base project. This way, developers do not have to start each project from line 0, trying to figure out what goes where. As things evolve and change, the Yeoman generator for SharePoint will be updated and new projects will simply get updated project structures and updated npm packages.
Think of Yeoman as a tool that provides you with access to a pre-defined checklist and build file for constructing your project base. You will typically install Yeoman with npm, as Yeoman is published as an npm package.
Yeoman is used with the shorthand command yo, and it will call for SharePoint Framework generators for you, such as the @microsoft/sharepoint template.
- GraphQL學(xué)習(xí)指南
- 深入淺出Electron:原理、工程與實踐
- Blender 3D Incredible Machines
- Java:High-Performance Apps with Java 9
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- Mastering Git
- Mastering ArcGIS Enterprise Administration
- Android Studio開發(fā)實戰(zhàn):從零基礎(chǔ)到App上線 (移動開發(fā)叢書)
- Python程序員面試算法寶典
- Head First Go語言程序設(shè)計
- Go語言Hyperledger區(qū)塊鏈開發(fā)實戰(zhàn)
- MySQL 5.7從入門到精通(視頻教學(xué)版)(第2版)
- C#多線程編程實戰(zhàn)
- Scratch趣味編程:邏輯思維培養(yǎng)與訓(xùn)練
- Python Machine Learning