sp-dev-fx-webparts/tutorials/tutorial-getting-started/hello-world-sp
Joel Rodrigues 764d8f10e0 Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02: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 Relocating getting started tutorial code 2017-06-28 15:38:05 +03: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 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