https://github.com/vman/spfxcodesplitting
Code Splitting in SharePoint Framework (SPFx)
https://github.com/vman/spfxcodesplitting
code-splitting sharepoint-framework sharepoint-online typescript webpack
Last synced: 11 months ago
JSON representation
Code Splitting in SharePoint Framework (SPFx)
- Host: GitHub
- URL: https://github.com/vman/spfxcodesplitting
- Owner: vman
- Created: 2018-10-04T21:53:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T12:33:45.000Z (over 7 years ago)
- Last Synced: 2025-02-02T00:43:21.294Z (about 1 year ago)
- Topics: code-splitting, sharepoint-framework, sharepoint-online, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sp-fx-code-splitting
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