- 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.
- Vue.js設(shè)計與實現(xiàn)
- Kali Linux Web Penetration Testing Cookbook
- Practical DevOps
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- C語言程序設(shè)計
- 響應(yīng)式架構(gòu):消息模式Actor實現(xiàn)與Scala、Akka應(yīng)用集成
- .NET 4.5 Parallel Extensions Cookbook
- Raspberry Pi Robotic Projects(Third Edition)
- Building Serverless Web Applications
- JSP程序設(shè)計實例教程(第2版)
- C語言程序設(shè)計實訓(xùn)教程與水平考試指導(dǎo)
- Mastering Adobe Captivate 7
- 奔跑吧 Linux內(nèi)核
- 超簡單:用Python讓Excel飛起來(實戰(zhàn)150例)