- 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.
- JavaScript全程指南
- Java應用開發與實踐
- 信息安全技術
- Unity Shader入門精要
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Oracle 18c 必須掌握的新特性:管理與實戰
- Learning Concurrent Programming in Scala
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Learning AngularJS for .NET Developers
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Building Serverless Architectures
- Julia數據科學應用
- Learning Image Processing with OpenCV
- Python 快速入門(第3版)
- VMware vSphere Design Essentials