An open API service indexing awesome lists of open source software.

https://github.com/bitflower/stencil-functional-issue


https://github.com/bitflower/stencil-functional-issue

Last synced: 11 months ago
JSON representation

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`