sp-dev-fx-webparts/samples/react-todo
Vesa Juvonen 71e0031828 Added SPFx version indicator to readme files for all samples. 2016-12-13 11:26:45 +02:00
..
.vscode Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
config Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
sharepoint/feature_xml Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
src Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
typings Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
.editorconfig Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
.gitattributes Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
.gitignore Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
.npmignore Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
README.md Added SPFx version indicator to readme files for all samples. 2016-12-13 11:26:45 +02:00
gulpfile.js Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
package.json Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
todo-webpart-sample.njsproj Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00
tsconfig.json Changed folder name based on contribution guidelines 2016-09-26 21:30:15 +03:00

README.md

todo-webpart-sample

This is where you include your web part docs.

Used SharePoint Framework Version

drop

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