sp-dev-fx-webparts/samples/todo-webpart-sample
ysliu cd63010871 remove unused comments 2016-09-18 14:12:17 +08:00
..
.vscode add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
config fix loc strings module name and config to bundle the strings. 2016-09-13 17:02:18 +08:00
sharepoint/feature_xml add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
src remove unused comments 2016-09-18 14:12:17 +08:00
typings add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
.editorconfig add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
.gitattributes add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
.gitignore add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
.npmignore add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
README.md add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
gulpfile.js add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
package.json add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
todo-webpart-sample.njsproj add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00
tsconfig.json add todo-webpart-sample which contains 4 steps web part. 2016-09-13 15:59:26 +08:00

README.md

todo-webpart-sample

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