- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 151字
- 2021-07-08 10:14:00
npm
npm is a package manager for JavaScript. It includes a command-line tool, coincidentally called npm, and it uses an online repository known as the npm registry to find, retrieve and deploy new packages your code might need. The SharePoint Framework uses npm packages in the base template you'll typically be using. In addition, new SharePoint Framework templates and functionality will be published as npm packages.
Think of npm as the tool that allows you to interact with a vast library of pre-made packages, that in turn will aid you in building SharePoint Framework packages. The rough equivalent of npm in the .NET world would be NuGet.
For example, the package named @microsoft/sp-client-base is a base package that the SharePoint Framework uses in the base project template, and the latest stable version will be automatically fetched from the npm repository at https://www.npmjs.com/package/@microsoft/sp-core-library.
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- C# 7 and .NET Core Cookbook
- 青少年美育趣味課堂:XMind思維導圖制作
- Mastering matplotlib
- Elastic Stack應用寶典
- Flash CS6中文版應用教程(第三版)
- QTP自動化測試進階
- Visual FoxPro程序設計
- PySide 6/PyQt 6快速開發與實戰
- Visual Basic程序設計實驗指導(第二版)
- Microsoft Dynamics AX 2012 R3 Financial Management
- 持續輕量級Java EE開發:編寫可測試的代碼
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Go語言入門經典