sp-dev-fx-webparts/samples/react-provision-assets
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
..
assets New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
config New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
sharepoint/assets New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
src/webparts/reactProvisionAssets New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
typings New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
.editorconfig New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
.gitattributes New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
.gitignore New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
.npmignore New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
.yo-rc.json New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
README.md New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
gulpfile.js New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
package.json New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
tsconfig.json New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
yarn.lock New SPFx assets advanced sample and minor readme fix (#243) 2017-06-18 17:07:24 +02:00

README.md

Provision SharePoint Assets with the SPFx solution package

Summary

This sample shows how we can provision Document Library, Custom List, Web and List PropertyBag properties, Site Columns, Content Types, Images, Site Page with the SFPx Client side webpart and even prepopulated list and library items along with the SPFx solution package. All of the components can be deployed at once with the SPFx webpart when the app is added to a SharePoint site. It also contains custom list and document library xml schemas.

The yammer search web part displayed in SharePoint online

Used SharePoint Framework Version

drop

Applies to

Prerequisites

  • Office 365 subscription with SharePoint Online.
  • SharePoint Framework development environment already set up.
  • Tenant admin access to the Office 365 subscription and App Catalog already setup.

Solution

Solution Author(s)
react-provision-assets Velin Georgiev (@VelinGeorgiev)

Version history

Version Date Comments
0.0.1 June 17, 2017 Initial commit

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository.
  • Open the command line, navigate to the web part folder and execute:

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • SPFx provisioning based on the following Elements.xml nodes:
    • Custom List Instance with custom list schema.
    • Document Library Instance with custom list schema.
    • Content Types.
    • Fields.
    • Module with Images.
    • Module with Site Page.
    • PropertyBag properties.
    • Pre-populated List Data Rows in the Elements.xml.
    • Onet.xml specific tokens.