https://github.com/stfbauer/blockquote
https://github.com/stfbauer/blockquote
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stfbauer/blockquote
- Owner: StfBauer
- Created: 2019-07-18T13:51:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:36:58.000Z (over 3 years ago)
- Last Synced: 2025-07-10T02:24:28.729Z (11 months ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## n-8-d-blockquote
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