https://github.com/kelvink96/jquery-webpart
Jquery Accordion component on SharePoint Framework
https://github.com/kelvink96/jquery-webpart
Last synced: 3 months ago
JSON representation
Jquery Accordion component on SharePoint Framework
- Host: GitHub
- URL: https://github.com/kelvink96/jquery-webpart
- Owner: kelvink96
- Created: 2019-03-04T09:47:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T09:48:44.000Z (over 6 years ago)
- Last Synced: 2025-01-22T13:39:24.914Z (5 months ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## jquery-webpart
This is where you include your WebPart documentation.
### 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