SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Simon-Pierre Plante 4ba1b84e2a Added animated gifs for the read me. 2017-04-21 03:57:51 -04:00
Misc Added animated gifs for the read me. 2017-04-21 03:57:51 -04:00
config Added the files to the new repository 2017-04-21 01:48:22 -04:00
sharepoint/solution Added the generated sppkg file 2017-04-21 01:55:36 -04:00
src Added the files to the new repository 2017-04-21 01:48:22 -04:00
typings Added the files to the new repository 2017-04-21 01:48:22 -04:00
.editorconfig Added the files to the new repository 2017-04-21 01:48:22 -04:00
.gitattributes Added the files to the new repository 2017-04-21 01:48:22 -04:00
.gitignore Modified the .gitignore 2017-04-21 01:53:15 -04:00
.npmignore Added the files to the new repository 2017-04-21 01:48:22 -04:00
.yo-rc.json Added the files to the new repository 2017-04-21 01:48:22 -04:00
README.md Added the files to the new repository 2017-04-21 01:48:22 -04:00
gulpfile.js Added the files to the new repository 2017-04-21 01:48:22 -04:00
npm-shrinkwrap.json Added the files to the new repository 2017-04-21 01:48:22 -04:00
package.json Added the files to the new repository 2017-04-21 01:48:22 -04:00
tsconfig.json Added the files to the new repository 2017-04-21 01:48:22 -04:00

README.md

React Content Query WebPart

This is where you include your WebPart documentation.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO

TO DOs

  • Add support for URL field types in CAML query