sp-dev-fx-webparts/samples/knockout-sp-pnp-js
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
..
.vscode Adding usage tracking image to readme for pnp-js-core sample 2017-03-01 09:59:16 +02:00
assets Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
config Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
src/webparts/spPnPjsExample Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
typings Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
.editorconfig Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
.gitattributes Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
.gitignore Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
.npmignore Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
.yo-rc.json Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
README.md Adding usage tracking image to readme for pnp-js-core sample 2017-03-01 09:59:16 +02:00
gulpfile.js Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
package.json Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
tsconfig.json Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

Sample showing the use of sp-pnp-js with Knockoutjs

Summary

This webpart demonstrates how to integrate the sp-pnp-js library into the SharePoint Framework as well as including mock data and simple list I/O.

Sample of the search web part

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
spfx-sp-pnp-js-example Patrick Rodgers (@mediocrebowler)

Version history

Version Date Comments
0.0.1 February 28, 2017 Initial release

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 repo
  • In the command line run:
    • npm install
    • gulp serve
    • Open the workbench on your Office 365 Developer tenant
    • Test out the web part

Features

Demonstrates integration of sp-pnp-js with the SharePoint Framework GA release. Also shows the use of mock data in the local workbench.