djimenezv / ebook-examples

This repository contains the code of the examples of the book Learning SharePoint Framewok (SPFx) with examples
0 stars 0 forks source link

hello-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:

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO