sp-dev-fx-webparts/tutorials/hello-world-sp
Vesa Juvonen 54c2275b1f Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
..
.vscode Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
config Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
src/webparts/helloWorld Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
typings Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
.editorconfig Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
.gitattributes Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
.gitignore Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
.npmignore Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
.yo-rc.json Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
README.md Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
gulpfile.js Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
package.json Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00
tsconfig.json Updated tutorial code samples to GA level 2017-02-23 18:19:44 +02:00

README.md

helloworld-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