sp-dev-fx-webparts/samples/react-related-items
Russell gove 9173f7d06f Dev (#664)
* initial version

* using sp-dev-fx-controls-react

* switched to native ouifr

* fix linktitle

* still working

* gonna brealk it now

* cool

* working

* Update README.md

* Update README.md

* Update README.md

* clean linging and remove unused code

* Added additional field Types

* added azure relay service demo

* ok
2018-11-09 17:01:43 +02:00
..
config Dev (#664) 2018-11-09 17:01:43 +02:00
src Dev (#664) 2018-11-09 17:01:43 +02:00
.editorconfig Dev (#664) 2018-11-09 17:01:43 +02:00
.gitignore Dev (#664) 2018-11-09 17:01:43 +02:00
.yo-rc.json Dev (#664) 2018-11-09 17:01:43 +02:00
Capture.PNG Dev (#664) 2018-11-09 17:01:43 +02:00
README.md Dev (#664) 2018-11-09 17:01:43 +02:00
gulpfile.js Dev (#664) 2018-11-09 17:01:43 +02:00
package.json Dev (#664) 2018-11-09 17:01:43 +02:00
tsconfig.json Dev (#664) 2018-11-09 17:01:43 +02:00
tslint.json Dev (#664) 2018-11-09 17:01:43 +02:00

README.md

This is where you include your WebPart documentation.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp clean - TODO gulp test - TODO gulp serve - TODO gulp bundle - TODO gulp package-solution - TODO