Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmelcher/spfx-spdays
https://github.com/maxmelcher/spfx-spdays
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmelcher/spfx-spdays
- Owner: MaxMelcher
- Created: 2016-12-05T17:36:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T17:39:52.000Z (about 8 years ago)
- Last Synced: 2024-11-16T14:12:11.660Z (2 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## hw
This is where you include your web part docs.
### Building the code
```bash
git clone the repo
npm i
npm i -g gulp
gulp
```This package produces the following:
* lib/* commonjs components - this allows this package to be reused from other packages.
* dist/* - a single bundle containing the components used for uploading to a cdn pointing a registered Sharepoint webpart library to.
* example/* a test page that hosts all components in this package.### Build options
gulp nuke - TODO
gulp test - TODO
gulp watch - TODO
gulp build - TODO
gulp deploy - TODO