All Projects → GrabarzUndPartner → nuxt-speedkit

GrabarzUndPartner / nuxt-speedkit

Licence: MIT license
nuxt-speedkit will help you to improve the lighthouse performance score (100/100) of your website.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nuxt-speedkit

nuxt-prune-html
🔌⚡ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering
Stars: ✭ 69 (-82.79%)
Mutual labels:  nuxt, nuxtjs, lighthouse, nuxt-module, web-vitals
supabase
An easy way to integrate Supabase with NuxtJS
Stars: ✭ 39 (-90.27%)
Mutual labels:  nuxt, nuxtjs, nuxt-module, nuxt-modules
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-94.76%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
Nuxt Lazysizes
Lazysizes module for Nuxt.js
Stars: ✭ 25 (-93.77%)
Mutual labels:  nuxt, lazy-loading, nuxtjs
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (-80.8%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
nuxt-feature-toggle
The nuxt feature toggle module
Stars: ✭ 78 (-80.55%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
global-components
Module to register global components for Nuxt.js
Stars: ✭ 57 (-85.79%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
Nuxt Webfontloader
Efficient web font loading has never been easier!
Stars: ✭ 264 (-34.16%)
Mutual labels:  font, nuxt, nuxtjs
yamlful
YAML-based HTTP client code generation
Stars: ✭ 77 (-80.8%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
applicationinsights-module
Application Insights module for NuxtJS
Stars: ✭ 14 (-96.51%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
cloudinary-module
Integration of Cloudinary to Nuxt.js
Stars: ✭ 129 (-67.83%)
Mutual labels:  nuxtjs, nuxt-module, nuxt-modules
nuxt-gsap-module
GSAP module for Nuxt.js
Stars: ✭ 183 (-54.36%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
nuxt-babel
Use normal .babelrc file with your Nuxt app
Stars: ✭ 32 (-92.02%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
separate-env-module
Tear your variables apart!
Stars: ✭ 53 (-86.78%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
k-domains
A simple module to manage multiple subdomains with just one project
Stars: ✭ 41 (-89.78%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
date-fns-module
Modern JavaScript date utility library - date-fns for Nuxt.js
Stars: ✭ 68 (-83.04%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
Nuxt Dev To Clone
Build DEV.TO clone with Nuxt.js and new `fetch` hook
Stars: ✭ 118 (-70.57%)
Mutual labels:  nuxt, lazy-loading, nuxtjs
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (-73.32%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (-84.54%)
Mutual labels:  nuxt, nuxtjs, nuxt-module
nuxt-winston-log
Nuxt module for logging SSR errors using winston
Stars: ✭ 41 (-89.78%)
Mutual labels:  nuxt, nuxtjs, nuxt-module

share me:

nuxt-speedkit

Nuxt Speedkit

Grabarz & Partner - Module

main next next Sonarcloud Status

npm version npm downloads

Renovate - Status License

Nuxt Speedkit takes over the Lighthouse performance optimization of your generated website. All used components and resources are loaded on demand based on the viewport.

Demos

Getting Started

Please follow the 📖   Documentation

Nuxt Speedkit (v1) documentation has been moved to nuxt-speedkit.grabarzundpartner.dev/v1/.

Requirements

  • NodeJS >= 12.x.x
  • NuxtJS >= 2.15.0

Features

  • dynamic loading of viewport based page resources like fonts, components, pictures, images and iframes
  • optional blocking of javascript execution by initial performance measuring
  • optimized initial load of javascript files by eliminating of unnecessary javascript files
  • prevents the loading of unnecessary resources (including components) that are outside the current viewport.
  • optional info layer concept to inform users about a reduced UX when bandwidth or hardware is compromised.
  • completely new approach of font declaration
  • optimized picture component (supports viewport based sources e.g. landscape/portrait)
  • optimized image component
  • supports SEO-friendly lazy hydration mode (picture + image)
  • optimized youtube/vimeo component (auto generated poster image in different resolutions)

Results

  • delivery of the minimum required resources based on the current viewport
  • if you use the tools as specified you will get a lighthouse performance score of 100/100

📖   Read more

Browsers support

You can use nuxt-speedkit with Internet Explorer 11 browser. Learn more at Browser compatibility

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
Vivaldi
Vivaldi
Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Development

  1. Clone this repository.
  2. Install dependencies using npm install or yarn install.
  3. Start development server using npm run dev or yarn dev.

Preview

  1. Clone this repository.
  2. Install dependencies using npm install or yarn install.
  3. Build and start with express npm run start:generate or yarn start:generate.
  4. Open http://127.0.0.1:3000 in Browser.

or look here

Consulting & Support

Do you need further support, a consultation or a code review for an appropriate fee? Just contact us via eMail: [email protected]. We are looking forward to your request.

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].