https://github.com/stfbauer/rwdresize
rwdresize
https://github.com/stfbauer/rwdresize
Last synced: 11 months ago
JSON representation
rwdresize
- Host: GitHub
- URL: https://github.com/stfbauer/rwdresize
- Owner: StfBauer
- Created: 2019-03-25T20:28:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T21:17:30.000Z (about 7 years ago)
- Last Synced: 2025-01-21T12:08:30.871Z (over 1 year ago)
- Language: JavaScript
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## rwdresize
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