Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 845 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 845 Bytes

spfx-task-list-web-part

This is where you include your WebPart documentation.

Building the code

1. Clone the repository
2. run npm install
3. run npm i @microsoft/sp-http@v1.4.1
4. run npm dedupe
5. And finally, run gulp-serve

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

Screen-Shot of final product from my workbench - custom Task List web part

Final Screen of custom web part for task list