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
I think there is a need for a minimal "Getting Started" with MWC Components. I'm just looking for how to get the following working, without the unpkg link. I've npm install'd mwc-button, but cannot run the minimal HTML below. Based on comments I've seen, this kind of example is whats holding people back.
Even the example code given on the main part of the github page only works with es-dev-server --node-resolve. What about devs using other technologies (I used django) who want reusable web components, and don't want an unpkg link which may go away/ break compatibility in the future?
I would love a minimal example of compiling mwc-button (or any other mwc component) and then using it in an html page devoid of any special hosting requirements.
Thanks for making a great technology, I'd love to use it, just missing that last step!
The text was updated successfully, but these errors were encountered:
I think there is a need for a minimal "Getting Started" with MWC Components. I'm just looking for how to get the following working, without the unpkg link. I've npm install'd mwc-button, but cannot run the minimal HTML below. Based on comments I've seen, this kind of example is whats holding people back.
Even the example code given on the main part of the github page only works with es-dev-server --node-resolve. What about devs using other technologies (I used django) who want reusable web components, and don't want an unpkg link which may go away/ break compatibility in the future?
I would love a minimal example of compiling mwc-button (or any other mwc component) and then using it in an html page devoid of any special hosting requirements.
Thanks for making a great technology, I'd love to use it, just missing that last step!
The text was updated successfully, but these errors were encountered: