sp-dev-fx-webparts/tutorials/tutorial-migrate-fullcalendar/04-replaced-jquery-ajax-wit...
Hugo Bernier d20d203784 Web parts is written with two words. 2021-11-21 03:00:49 -05:00
..
config Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
src Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
teams Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
.editorconfig Updating structure for tutorials 2017-06-28 15:41:39 +03:00
.gitignore Updating structure for tutorials 2017-06-28 15:41:39 +03:00
.yo-rc.json Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
README.md Web parts is written with two words. 2021-11-21 03:00:49 -05:00
gulpfile.js Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
package-lock.json Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
package.json Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
tsconfig.json Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00
tslint.json Refresh tutorial for jQuery FullCalendar 2020-06-30 16:53:29 -04:00

README.md

fullcalendar-taskscalendar

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