- SharePoint Development with the SharePoint Framework
- Jussi Roine Olli J??skel?inen
- 285字
- 2021-07-08 10:13:56
Developer sites versus team sites
A developer site has a few differences from regular team sites that you would typically provision for users. First and foremost, developer sites allow add-in sideloading. This is a method for developers to quickly deploy a custom-developed add-in for their site for testing, thus bypassing the safety procedures and possible governance models SharePoint Online admins tend to prefer in production environments.
As such, if you choose to develop your own add-in, you could deploy it directly to your own developer site. Later, when you are certain your add-in behaves as it should and is ready for production, you can submit the add-in to a separate site, called the Application Catalog, that admins use to provision the custom add-in for wider consumption.
Second, besides the add-in sideloading functionality, developer sites have a few quick links in the left-most navigation bar to aid in quickly navigating between core features within a developer site. The Apps in Testing link takes you to a list of add-ins you currently have sideloaded on your site so that you can quickly hop back and forth between multiple add-ins. Developer Center is a static link in Microsoft's own public Office Developer Portal at https://dev.office.com/docs. Samples are also a static link to Microsoft's public repository of sample code.
Don't worry about the navigation bar items or the overall look and feel of your developer site. The purpose of the site is to allow you to kickstart your add-ins for further testing, not to act as a landing site for your users to access your custom add-ins in the future. Typically developers re-create new developer sites when the need arises and might not use the same developer site eternally.
- TypeScript Essentials
- 數(shù)據(jù)庫(kù)程序員面試筆試真題與解析
- 國(guó)際大學(xué)生程序設(shè)計(jì)競(jìng)賽中山大學(xué)內(nèi)部選拔真題解(二)
- 算法訓(xùn)練營(yíng):入門篇(全彩版)
- HTML5 Mobile Development Cookbook
- Learn Scala Programming
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Hands-On Swift 5 Microservices Development
- Mastering Apache Maven 3
- Spring Boot Cookbook
- Python之光:Python編程入門與實(shí)戰(zhàn)
- 用戶體驗(yàn)可視化指南
- Python計(jì)算機(jī)視覺和自然語(yǔ)言處理
- Web前端開發(fā)最佳實(shí)踐
- HTML5+jQuery Mobile移動(dòng)應(yīng)用開發(fā)