Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```