https://github.com/bitflower/stencil-functional-issue
https://github.com/bitflower/stencil-functional-issue
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitflower/stencil-functional-issue
- Owner: bitflower
- Created: 2020-07-20T14:46:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T02:22:33.000Z (about 5 years ago)
- Last Synced: 2025-06-24T23:20:05.623Z (11 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Stencil: Consume FunctionalComponent of child package
## Steps to repdoruce
```terminal
cd packages/design-system
npm i
npm run build
npm link
cd ..
cd ..
cd packages/app
npm i
npm link design-system
npm start:prod
```
## Things to try:
- [x] use exact same plugins
- [x] is `lerna` the reason? => try `npm link`