We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
packages/ui
packages/studio
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.
stencil build --watch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andpackages/studio
into one package again. possibly renaming topackages/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.The text was updated successfully, but these errors were encountered: