Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 RFC: Storybook Dev Tooling #148

Open
isaiahdahl opened this issue Sep 21, 2022 · 0 comments
Open

💡 RFC: Storybook Dev Tooling #148

isaiahdahl opened this issue Sep 21, 2022 · 0 comments
Labels

Comments

@isaiahdahl
Copy link
Collaborator

isaiahdahl commented Sep 21, 2022

Found a example repo that has live reloading with stencil using the dev server not just adding --watch on the build command.

https://github.com/whoisryosuke/pure-web-components

Deadend, was using stencil 1 which handles things quite different.

Latest idea is to consolidate all of packages/ui and packages/studio into one package again. possibly renaming to packages/components

Potentially we should put the storybook right inside the /components library. I've seen some other examples of people doing this.

Then we could do a npm-run-all to serve the components and storybook at the same time.

Can't see a way to use the dev build for stencil, has to be the be a stencil build --watch so that it can generate the loader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant