sp-dev-fx-webparts/samples/knockout-sp-pnp-js
dependabot[bot] 3b4691f03e
Bump tmpl from 1.0.4 to 1.0.5 in /samples/knockout-sp-pnp-js
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 15:00:38 +00:00
..
.vscode Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
src Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
teams Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
.editorconfig 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
.yo-rc.json Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
package-lock.json Bump tmpl from 1.0.4 to 1.0.5 in /samples/knockout-sp-pnp-js 2021-09-21 15:00:38 +00:00
package.json Bump knockout from 3.4.0 to 3.5.0 in /samples/knockout-sp-pnp-js 2019-11-19 13:32:46 +00:00
tsconfig.json Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
tslint.json Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Knockout
3/1/2017 12:00:00 AM

Using @pnp/sp with Knockoutjs

Summary

This web part demonstrates how to integrate the @pnp/sp 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)

Upgrade to v1.7.0|Gautam Sheth (@gautamdsheth)

Version history

Version Date Comments
0.0.1 February 28, 2017 Initial release
1.0.0 November 14, 2018 Version Upgrade

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 @pnp/sp js with the SharePoint Framework GA release. Also shows the use of mock data in the local workbench.