Removed Readme file

This commit is contained in:
Stefan Bauer 2018-07-24 17:49:07 +02:00
parent 201423e3f8
commit 8a799644c7
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
## vimeo-web-part
This is where you include your WebPart documentation.
### Building the code
```bash
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