- 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.
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Hands-On JavaScript High Performance
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Easy Web Development with WaveMaker
- 精通Linux(第2版)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 區塊鏈底層設計Java實戰
- Visual Basic程序設計上機實驗教程
- Extreme C
- Geospatial Development By Example with Python
- JBoss:Developer's Guide
- App Inventor 2 Essentials
- Python+Office:輕松實現Python辦公自動化
- C/C++代碼調試的藝術(第2版)