sp-dev-fx-webparts/tutorials/jquery-webpart
Vesa Juvonen ebe4370e1f Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
..
assets Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
config Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
src Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
typings Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
.editorconfig Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
.gitattributes Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
.gitignore Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
.npmignore Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
.yo-rc.json Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
README.md Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
gulpfile.js Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
jquery-webpart.njsproj Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
package.json Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00
tsconfig.json Updated tutorial sample to drop 6 2016-12-16 17:14:25 +02:00

README.md

jquery-webpart

This is where you include your web part docs.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* commonjs components - this allows this package to be reused from other packages.
  • dist/* - a single bundle containing the components used for uploading to a cdn pointing a registered Sharepoint webpart library to.
  • example/* a test page that hosts all components in this package.

Build options

gulp nuke - TODO gulp test - TODO gulp watch - TODO gulp build - TODO gulp deploy - TODO