trailheadapps / lwc-recipes-oss

A collection of easy-to-digest code examples for Lightning Web Components on any platform.
https://lwc.dev
Creative Commons Zero v1.0 Universal
326 stars 253 forks source link

What is <ui-card> or <ui-button> #75

Closed charltonAthletic closed 4 years ago

charltonAthletic commented 4 years ago

I have the same issue as was outlined here: https://github.com/trailheadapps/lwc-recipes-oss/issues/53

I simply want to preview the recipes in the LWC OSS repo on the LWC server. I cannot do that because the LWC server keeps throwing errors at run time that it cannot find ui-card amongst many others.

What is the actual solution here?

muenzpraeger commented 4 years ago

These components are part of an external npm package, as @pozil outlined in the other issue. The source is not yet open sourced, as the mechanism for component module resolution is in flux.

charltonAthletic commented 4 years ago

Thank you team :)

On Sun, Feb 23, 2020 at 3:29 PM René Winkelmeyer notifications@github.com wrote:

These components are part of an external npm package https://github.com/trailheadapps/lwc-recipes-oss/blob/master/package.json#L9, as @pozil https://github.com/pozil outlined in the other issue. The source is not yet open sourced, as the mechanism for component module resolution is in flux.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trailheadapps/lwc-recipes-oss/issues/75?email_source=notifications&email_token=ACCSZSV7XBH3XLIKIMUAJTTREKI6NA5CNFSM4KZ3GI52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMV6S2Y#issuecomment-590080363, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCSZSWAF73HJOKTTDBUXJLREKI6NANCNFSM4KZ3GI5Q .

charltonAthletic commented 4 years ago

resolved