https://github.com/stfbauer/spfx-design-problems
SPFX Showcase project for design problems
https://github.com/stfbauer/spfx-design-problems
Last synced: about 1 year ago
JSON representation
SPFX Showcase project for design problems
- Host: GitHub
- URL: https://github.com/stfbauer/spfx-design-problems
- Owner: StfBauer
- Created: 2018-01-30T13:31:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T15:42:29.000Z (over 8 years ago)
- Last Synced: 2025-01-21T12:08:43.187Z (over 1 year ago)
- Language: CSS
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spfx-design-problems
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