https://github.com/stfbauer/jul-wp
https://github.com/stfbauer/jul-wp
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stfbauer/jul-wp
- Owner: StfBauer
- Created: 2018-12-23T11:05:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T11:07:31.000Z (over 7 years ago)
- Last Synced: 2025-03-14T19:18:02.590Z (about 1 year ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## tryout
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