- 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.
- jQuery EasyUI網站開發實戰
- BeagleBone Media Center
- Python應用輕松入門
- Android 應用案例開發大全(第3版)
- Spring快速入門
- Protocol-Oriented Programming with Swift
- C#應用程序設計教程
- Mastering openFrameworks:Creative Coding Demystified
- INSTANT Sinatra Starter
- Visual C#.NET Web應用程序設計
- Node.js 12實戰
- Troubleshooting Citrix XenApp?
- C++從入門到精通(第6版)
- Python物理建模初學者指南(第2版)
- Drupal 8 Development Cookbook(Second Edition)