nuxt-booster
nuxt-booster copied to clipboard
nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website. 🚀
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...
**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...
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...
> [@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}; } ```  would like...
**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  Final result: - local asset...