SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Simon-Pierre Plante f189d73480 Updated the WebPart with inline template editing
Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.
2017-04-24 22:56:15 -04:00
config Updated the WebPart with inline template editing 2017-04-24 22:56:15 -04:00
sharepoint/solution Updated the WebPart with inline template editing 2017-04-24 22:56:15 -04:00
src Updated the WebPart with inline template editing 2017-04-24 22:56:15 -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 Updated the WebPart with inline template editing 2017-04-24 22:56: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 Updated the WebPart with inline template editing 2017-04-24 22:56:15 -04:00
npm-shrinkwrap.json Updated the WebPart with inline template editing 2017-04-24 22:56:15 -04:00
package.json Updated the WebPart with inline template editing 2017-04-24 22:56:15 -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