sp-dev-fx-webparts/tutorials/tutorial-getting-started/hello-world-sp
Hugo Bernier d20d203784 Web parts is written with two words. 2021-11-21 03:00:49 -05:00
..
config Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
src/webparts/helloWorld Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
typings Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
.editorconfig Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
.gitattributes Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
.gitignore Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
.npmignore Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
.yo-rc.json Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
README.md Web parts is written with two words. 2021-11-21 03:00:49 -05:00
gulpfile.js Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
package.json Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
tsconfig.json Relocating getting started tutorial code 2017-06-28 15:38:05 +03:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

helloworld-webpart

This is where you include your web part 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