Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uninett/spfx-uninett-webparts
SharePoint SPFx Web Parts from Uninett
https://github.com/uninett/spfx-uninett-webparts
Last synced: about 1 month ago
JSON representation
SharePoint SPFx Web Parts from Uninett
- Host: GitHub
- URL: https://github.com/uninett/spfx-uninett-webparts
- Owner: Uninett
- License: apache-2.0
- Created: 2018-05-03T20:06:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T21:26:10.000Z (over 2 years ago)
- Last Synced: 2023-07-31T14:50:51.545Z (over 1 year ago)
- Language: TypeScript
- Size: 10.8 MB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uninett SPFx SharePoint Web Parts
A collection of web parts developed by Uninett.
See individual READMEs for each web part:
* [Site Directory & Order Site Button](readme/site-directory.md)
* [User Directory & Search Box](readme/user-directory.md)
* [Social Links](readme/social-links.md)
* [Flip Clock](readme/flip-clock.md)___
### 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
```