https://github.com/ionic-team/stencil-ds-react-template
This is an example repo of building plugins.
https://github.com/ionic-team/stencil-ds-react-template
stenciljs
Last synced: 7 months ago
JSON representation
This is an example repo of building plugins.
- Host: GitHub
- URL: https://github.com/ionic-team/stencil-ds-react-template
- Owner: ionic-team
- License: mit
- Archived: true
- Created: 2019-07-02T15:01:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:31:04.000Z (about 3 years ago)
- Last Synced: 2024-10-02T06:21:57.683Z (over 1 year ago)
- Topics: stenciljs
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 37
- Watchers: 13
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stencil-ds-react-template
⚠️ This project has been archived. ⚠️
This project is no longer actively maintained.
Please see the [Stencil documentation for using the React Framework Wrapper](https://stenciljs.com/docs/react) for instructions as to how to use [`@stencil/react-output-target`](https://www.npmjs.com/package/@stencil/react-output-target)
---
This is an example repo of building plugins.
## Step 1.
- Update the `package.json` to have the correct package name for this repo.
- Replace `component-library` under `dependencies` with your core stencil package name.
## Step 2.
- Build your core stencil package.
## Step 3.
- Run build on this package.