https://github.com/waldekmastykarz/demo-spfx-webcomponents
Demo setup showing using web components in the SharePoint Framework
https://github.com/waldekmastykarz/demo-spfx-webcomponents
office-365 office-ui-fabric office365 sharepoint sharepoint-framework stencil stenciljs web-components
Last synced: about 1 month ago
JSON representation
Demo setup showing using web components in the SharePoint Framework
- Host: GitHub
- URL: https://github.com/waldekmastykarz/demo-spfx-webcomponents
- Owner: waldekmastykarz
- License: mit
- Created: 2018-08-07T19:30:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T19:47:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T00:27:18.977Z (over 1 year ago)
- Topics: office-365, office-ui-fabric, office365, sharepoint, sharepoint-framework, stencil, stenciljs, web-components
- Language: TypeScript
- Size: 335 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-spfx-webcomponents
Demo setup showing using web components in the SharePoint Framework

## Minimal path to awesome
### Setup web components
```sh
cd ouif-components
npm i
npm run build
npm link
```
### Setup the SharePoint Framework project
```sh
cd spfx-151-webcomponents
npm i
npm link ouif-components
gulp serve
```