sp-dev-fx-webparts/samples/react-azfunc-vimeo/VimeoWebPart
Stefan Bauer e997302372 Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
..
config Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
src/webparts/vimeo Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
.editorconfig Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
.gitignore Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
.yo-rc.json Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
README.md Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
gulpfile.js Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
package-lock.json Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
package.json Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00
tsconfig.json Initial Commit of Azure Function Web Part 2018-07-24 16:55:56 +02:00

README.md

vimeo-web-part

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