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
src/webparts/helloWorld
typings
.editorconfig
.gitattributes
.gitignore
.npmignore
.yo-rc.json
README.md
gulpfile.js
package.json
tsconfig.json
tslint.json

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