Thorn Walli

Results 63 comments of Thorn Walli

@doutatsu Thanks for the quick reply 😉 I'm trying out the Swiper again after years. 🤪

@UrielCh I tested again with Node `20.10.0`. Unfortunately I get errors with the build. [log.txt](https://github.com/UrielCh/opencv4nodejs/files/13502534/log.txt) But with version `18.16.0` it worked :)

Hello All (@maximepvrt @pperzyna ) On the `beta` branch or package (`nuxt-custom-elements@beta`) is now a build that works with `nuxt@3` (`bridge` is not supported and `nuxt@2` is dropped). Very fresh,...

Hello @Techbinator, can try again, for whatever reason `@nuxt/module-builder` per npx installed had no JSON files... Now the release is generated with the project dependencies. **Before:** ![image](https://user-images.githubusercontent.com/8287751/221373895-7f0159cb-902c-4e34-8814-6914a23d4cff.png) **After:** ![image](https://user-images.githubusercontent.com/8287751/221373778-b083e2b5-1c76-44d0-9267-cca7be7d3e24.png)

Hello @maximepvrt, 1. I will look at the build `dist` later. 2. `@nuxt/webpack-builder` is out now, import this dynamically. 3. dev mode I don't really have a solution for `vue@3`...

@maximepvrt The generated files are now also in the public path with a build or generate. https://www.npmjs.com/package/nuxt-custom-elements/v/2.0.0-beta.12 ![image](https://github.com/GrabarzUndPartner/nuxt-custom-elements/assets/8287751/f4d29a64-62b4-4fab-9eb1-e09f75a9e987)

@maximepvrt Did you take this over? ![image](https://github.com/GrabarzUndPartner/nuxt-custom-elements/assets/8287751/d9755340-ce80-456b-ae66-4aa7b708b11d) Is a placeholder from the IDE, if so best remove again. Would be the place of the error. Alternatively you could share the...

Hello @zackspear, **Case 1** 1. `tailwindCSS` is not taken over because shadow component does not take over the global css. 2. currently the components in dev mode have no styling...

@zackspear Very good 🙂 I consider times whether one does not need the `.ce.vue` as a user in the Dev mode. Good would be a container with `.ce.vue`, which imports...

Hello @GarethBeddis-VoxlyDigital , You can't apply `nuxt` internal things in the created custom elements. Each entry is a separate Vue app. If you want to use a router or pinia...