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
- Host: GitHub
- URL: https://github.com/clarktozer/spfx-quicklinks
- Owner: clarktozer
- License: mit
- Created: 2018-07-09T22:43:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T06:22:05.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T08:51:16.609Z (9 months ago)
- Topics: sharepoint, sharepoint-framework, sharepoint-online, spfx
- Language: TypeScript
- Size: 3.56 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## spfx-quicklinks
SharePoint framework webpart for managing a list of quick links.

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