sp-dev-fx-webparts/samples/knockout-metadata
Aliaxei Terentiev 3738bd7bfd data helpers, typings 2016-11-09 13:55:05 -08:00
..
.vscode initial commit 2016-11-08 16:26:52 -08:00
config Knockout added 2016-11-09 13:03:02 -08:00
src data helpers, typings 2016-11-09 13:55:05 -08:00
typings data helpers, typings 2016-11-09 13:55:05 -08:00
.editorconfig initial commit 2016-11-08 16:26:52 -08:00
.gitattributes initial commit 2016-11-08 16:26:52 -08:00
.gitignore initial commit 2016-11-08 16:26:52 -08:00
.npmignore initial commit 2016-11-08 16:26:52 -08:00
.yo-rc.json initial commit 2016-11-08 16:26:52 -08:00
README.md initial commit 2016-11-08 16:26:52 -08:00
gulpfile.js initial commit 2016-11-08 16:26:52 -08:00
knockout-metadata.njsproj initial commit 2016-11-08 16:26:52 -08:00
package.json Knockout added 2016-11-09 13:03:02 -08:00
tsconfig.json initial commit 2016-11-08 16:26:52 -08:00

README.md

knockout-metadata

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