actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code
HTMLMinifier is a highly configurable, well-tested, JavaScript-based HTML minifier. It offers the ability to reduce the size of HTML files by removing unnecessary characters and whitespaces. HTMLMinifier can be installed via NPM for both command line and programmatic use.
npm install html-minifier-terser -g
npm install html-minifier-terser --save
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.