https://github.com/codehutlabs/sharepoint-form-task
https://github.com/codehutlabs/sharepoint-form-task
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehutlabs/sharepoint-form-task
- Owner: codehutlabs
- Created: 2018-11-27T23:02:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T13:19:02.000Z (almost 4 years ago)
- Last Synced: 2024-03-26T20:22:20.980Z (almost 2 years ago)
- Language: TypeScript
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sharepoint-form-task
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