sp-dev-fx-webparts/samples/angular2-prototype
Daniel Gaeta 720acb121a adding angular2-prototype 2016-09-09 11:55:55 -07:00
..
.vscode adding angular2-prototype 2016-09-09 11:55:55 -07:00
config adding angular2-prototype 2016-09-09 11:55:55 -07:00
src adding angular2-prototype 2016-09-09 11:55:55 -07:00
typings adding angular2-prototype 2016-09-09 11:55:55 -07:00
.editorconfig adding angular2-prototype 2016-09-09 11:55:55 -07:00
.gitattributes adding angular2-prototype 2016-09-09 11:55:55 -07:00
.gitignore adding angular2-prototype 2016-09-09 11:55:55 -07:00
.npmignore adding angular2-prototype 2016-09-09 11:55:55 -07:00
README.md adding angular2-prototype 2016-09-09 11:55:55 -07:00
ang-2-webparts.njsproj adding angular2-prototype 2016-09-09 11:55:55 -07:00
gulpfile.js adding angular2-prototype 2016-09-09 11:55:55 -07:00
package.json adding angular2-prototype 2016-09-09 11:55:55 -07:00
tsconfig.json adding angular2-prototype 2016-09-09 11:55:55 -07:00
tsd.json adding angular2-prototype 2016-09-09 11:55:55 -07:00

README.md

ang-2-webparts

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