SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
fredupstair eea0c31ad9 graph and sp calls 2019-10-30 00:10:50 +01:00
.vscode first commit spfx 2019-10-28 21:00:40 +01:00
config first commit spfx 2019-10-28 21:00:40 +01:00
src graph and sp calls 2019-10-30 00:10:50 +01:00
.editorconfig first commit spfx 2019-10-28 21:00:40 +01:00
.gitignore first commit spfx 2019-10-28 21:00:40 +01:00
.yo-rc.json first commit spfx 2019-10-28 21:00:40 +01:00
README.md modified readme 2019-10-28 21:02:58 +01:00
gulpfile.js first commit spfx 2019-10-28 21:00:40 +01:00
package-lock.json graph and sp calls 2019-10-30 00:10:50 +01:00
package.json graph and sp calls 2019-10-30 00:10:50 +01:00
tsconfig.json first commit spfx 2019-10-28 21:00:40 +01:00
tslint.json first commit spfx 2019-10-28 21:00:40 +01:00

README.md

react-teams-tabs-pnpjs

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