sp-dev-fx-webparts/samples/workbench-customizer
Joel Rodrigues c929404080 add solution (#832) 2019-04-08 23:52:12 +03:00
..
config add solution (#832) 2019-04-08 23:52:12 +03:00
src add solution (#832) 2019-04-08 23:52:12 +03:00
.editorconfig add solution (#832) 2019-04-08 23:52:12 +03:00
.gitignore add solution (#832) 2019-04-08 23:52:12 +03:00
.yo-rc.json add solution (#832) 2019-04-08 23:52:12 +03:00
README.md add solution (#832) 2019-04-08 23:52:12 +03:00
gulpfile.js add solution (#832) 2019-04-08 23:52:12 +03:00
package-lock.json add solution (#832) 2019-04-08 23:52:12 +03:00
package.json add solution (#832) 2019-04-08 23:52:12 +03:00
shrinkwrap.yaml add solution (#832) 2019-04-08 23:52:12 +03:00
tsconfig.json add solution (#832) 2019-04-08 23:52:12 +03:00
tslint.json add solution (#832) 2019-04-08 23:52:12 +03:00

README.md

workbench-customizer

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