sp-dev-fx-webparts/tutorials/asset-deployment-webpart
Vesa Juvonen 378680f1cb Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
..
.vscode Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
config Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
sharepoint/assets Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
src/webparts/assetDeployment Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
typings Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
.editorconfig Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
.gitattributes Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
.gitignore Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
.npmignore Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
.yo-rc.json Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
README.md Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
gulpfile.js Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
package.json Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
tsconfig.json Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00

README.md

asset-deployment-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