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

https://github.com/clarktozer/spfx-quicklinks

SharePoint framework webpart for managing a list of quick links
https://github.com/clarktozer/spfx-quicklinks

sharepoint sharepoint-framework sharepoint-online spfx

Last synced: 3 months ago
JSON representation

SharePoint framework webpart for managing a list of quick links

Awesome Lists containing this project

README

          

## spfx-quicklinks

SharePoint framework webpart for managing a list of quick links.

![Quick Links](./demo.gif)

### 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
gulp test
gulp serve
gulp bundle
gulp package-solution