You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That guide is actually more about publishing ready to use web components ... i was actually thinking about providing a minimum build chain that you can reuse and extend in a specific project.
I would keep these examples way simpler .. maybe just an es dev server / some npm scripts, a rollup.config and a webpack.config to just showcase what is actually needed to get the most out of element-js .. and thats basically a little babel and some postcss magic.
After a call with @eddyloewen about a rough structure of the starters, I opened a starter repository and added example starters for webpack & snowpack. The repository is here https://github.com/webtides/element-js-starters.
There we should add new starters and improve the readmes.
We need to identify the critical requirements for an element-js build.
Which Babel-Plugins are really needed ?
We need to document the css part (post-css, postcss-import) as we "support".
Its probably a good idea to start an element-js-examples repo and have examples for
Is this a good idea or do we need some sort of create-app ?
The text was updated successfully, but these errors were encountered: