SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Vesa Juvonen b240aad561 Updated sample to new structure. Updates on the repo readme with resource links. 2016-08-31 17:14:32 +03:00
samples/angular-ngofficeuifabric-todo Updated sample to new structure. Updates on the repo readme with resource links. 2016-08-31 17:14:32 +03:00
tutorials Updated sample to new structure. Updates on the repo readme with resource links. 2016-08-31 17:14:32 +03:00
LICENSE Initial commit 2016-08-30 10:21:43 -07:00
README.md Updated sample to new structure. Updates on the repo readme with resource links. 2016-08-31 17:14:32 +03:00

README.md

SharePoint Framework client-side web part samples & tutorial materials

This repo contains the samples that demonstrate different usage patterns for the SharePoint Framework client-side web parts.

Note: The SharePoint Framework is currently in preview and is subject to change. SharePoint Framework client-side web parts are not currently supported for use in production enviornments.

SharePoint client-side web parts are controls that appear inside a SharePoint page but run locally in the browser. They're the bulding blocks of pages that appear on a SharePoint site. You can build client-side web parts using modern script development tools and the SharePoint workbench (a development test surface), and you can deploy your client-side web parts to classic web part pages in Office 365 Developer tenants. In addition to plain JavaScript projects, you can build web parts alongside common scripting frameworks, such as AngularJS and React. For example, you can use React along with components from Office UI Fabric React to quickly create experiences based on the same components used in Office 365

Additional resources

Using the samples

To build and start using these projects, you'll need to clone and build the projects.

Clone this repo by executing the following command in your console:

git clone https://github.com/SharePoint/sp-dev-fx-webparts.git

Navigate to the cloned repo folder which should be the same as the repo name:

cd sp-dev-fx-webparts

Navigate to the sample or tutorial folder which you want to see:

cd tutorials / samples
cd sample-folder-name

Now run the following command to install the npm packages:

npm i

This will install the required npm packages and dependencies to build and run the client-side project.

Once the npm packages are installed, run the command to preview your web parts in SharePoint Workbench:

gulp serve

Contributions

These samples are direct from the feature teams and we welcome your input on issues and suggestions for new samples. At this time we are not accepting new samples from the public, but check back here as we evolve our contribution model.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.