nuxt-booster icon indicating copy to clipboard operation
nuxt-booster copied to clipboard

nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website. 🚀

Results 42 nuxt-booster issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/basics/nuxt-booster). ## Config Migration Needed - [ ]...

We have error and we investigate to have option for using this module. Consider this scenario: - We added properly module - Add lazy hydration importing in components - Our...

bug
nuxt 3
vue-lazy-hydration

**Describe the bug** Hello! I was trying to migrate nuxt-img component to SpeedkitImage, and then realized that legacy styles are all broken. That's caused by the own style of SpeedkitImage...

enhancement

Nuxt 3 version is available 🎉 [V3 Docs](https://nuxt-speedkit.grabarzundpartner.dev/v3) > ⚠️ **Important:** `nuxt-speedkit` was prepared for `vite` and `webpack`. But unfortunately there are different results between the builders, because with the...

released on @next
nuxt 3

> [@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead.

**Describe the bug** I get a loader error when trying to setup nuxt-speedkit. **To Reproduce** Steps to reproduce the behavior: 1. Installed following instructions. **Following error occurs** ``` ERROR in...

**Describe the bug** Instead of set the loading spinner for img tag ```css .${this.className}.loading { background-image: url(${this.#dataUri}); background-repeat: no-repeat; background-position: center; background-size: ${this.#size}; background-color: ${this.#backgroundColor}; } ``` ![image](https://user-images.githubusercontent.com/15320933/177911025-f40ad744-1133-4064-a2e4-0a43043f0f45.png) would like...

nuxt 3

**Is your feature request related to a problem? Please describe.** I'm looking for a component that supports multiple video providers like [`@nuxt/image`](https://image.nuxtjs.org/) **Describe the solution you'd like** A new unified...

Font loading is now only: - local asset What we see in our and other project is based on the module: https://www.npmjs.com/package/nuxt-font-loader ![Nuxt Font Loader](https://raw.githubusercontent.com/ivodolenc/nuxt-font-loader/HEAD/.github/assets/cover22.svg) Final result: - local asset...

documentation