https://github.com/waldekmastykarz/spfx-angular-webpartproperties
https://github.com/waldekmastykarz/spfx-angular-webpartproperties
angular office-365 sharepoint sharepoint-framework sharepoint-online
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/waldekmastykarz/spfx-angular-webpartproperties
- Owner: waldekmastykarz
- Created: 2016-09-25T08:10:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T08:12:06.000Z (over 9 years ago)
- Last Synced: 2025-02-25T09:46:44.787Z (over 1 year ago)
- Topics: angular, office-365, sharepoint, sharepoint-framework, sharepoint-online
- Language: TypeScript
- Size: 151 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spfx-angular-webpartproperties
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