Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldekmastykarz/spfx-eject
https://github.com/waldekmastykarz/spfx-eject
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waldekmastykarz/spfx-eject
- Owner: waldekmastykarz
- Created: 2020-04-07T17:59:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:05:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:28:51.816Z (27 days ago)
- Language: JavaScript
- Size: 3.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spfx-eject
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