A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
Nuxt Compress is a simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process. This module offers a more efficient way to compress files by sacrificing CPU time for greater compression, especially for Brotli compression. It provides a simple interface to include compression-webpack-plugin configured for both gzip and brotli compression.
nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.