stencil-app-starter icon indicating copy to clipboard operation
stencil-app-starter copied to clipboard

Minimal starter project for building web components with Stencil

Results 7 stencil-app-starter issues
Sort by recently updated
recently updated
newest added

I couldn't build the code. Hadn't made any change. Log: ``` $ npm run start > [email protected] start > stencil build --dev --watch --serve [26:03.9] @stencil/core [26:04.3] v2.14.0 💫 [26:10.9]...

Without the fragment factory you can't use the ` ... ` as a fragment shorthand. If it's set to `Fragment` instead of `h.Fragment`, you'd have to manually import `Fragment` or...

It would be nice to follow best practices from js and ts programming paradigm, which could be enforced by providing tslint. also united formatting and automatically handling all in pre...

question

Receiving the above error message after running npm start. Specifically, doesn't like ./node_modules/@types/babel__traverse/index.d.ts: // this is good enough for non-visitor traverse options e.g. `noScope` --   | [k: `${string}\|${string}`]: VisitNode;   |...

Starting a Stencil project using the "app" route currently fails due to: It turns out that this starter project uses an outdated `@stencil/core` package and stops compiling correctly at this...

Let's get this (and also other) stencil starter updates to the latest version of stencil?

I am traying to create Web component using stencil JS . Stencil build folder which has index.html actually loads the my stencil component. This Web components works fine on Mac...