2016-09-13 03:59:26 -04:00
|
|
|
## todo-webpart-sample
|
|
|
|
|
|
|
|
This is where you include your web part docs.
|
|
|
|
|
2016-12-13 04:26:45 -05:00
|
|
|
## Used SharePoint Framework Version
|
|
|
|
![drop](https://img.shields.io/badge/drop-drop2-red.svg)
|
|
|
|
|
|
|
|
## Building the code
|
2016-09-13 03:59:26 -04:00
|
|
|
|
|
|
|
```bash
|
|
|
|
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.
|
|
|
|
|
2016-12-13 04:26:45 -05:00
|
|
|
## Build options
|
2016-09-13 03:59:26 -04:00
|
|
|
|
|
|
|
gulp nuke - TODO
|
|
|
|
gulp test - TODO
|
|
|
|
gulp watch - TODO
|
|
|
|
gulp build - TODO
|
|
|
|
gulp deploy - TODO
|