sp-dev-fx-webparts/samples/knockout-sp-pnp-js
dependabot[bot] b1a13ab31b
Bump handlebars from 4.5.1 to 4.7.6 in /samples/knockout-sp-pnp-js
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.1...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 01:55:38 +00:00
..
.vscode Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
assets Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02: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 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
gulpfile.js Updated knockout pnp sample to SPFx v1.7 (#681) 2018-11-14 17:27:50 +02:00
package-lock.json Bump handlebars from 4.5.1 to 4.7.6 in /samples/knockout-sp-pnp-js 2020-09-10 01:55: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

Sample showing the use of @pnp/sp library with Knockoutjs

Summary

This webpart 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.