ECOCOMPOSER
Eco-designed components for frontend development
What is EcoComposer?
EcoComposer is a frontend library that will use as little JavaScript as possible.
The last EcoComposer version (2.2) has been published the 2023/04/06.
Most of the components are in pure CSS.
They are created in SASS and are intended to generate as little code as possible for environmental performance purposes.
It handles themes (light, dark) with the recent native browser feature of themes.
Those components in the list are dependency "free" (no framework/libraries).
Ready to build with efficiency in mind?
Optimize Your Frontend NowInstallation
To install the EcoComposer installer, you can use :
composer require ecocomposer/ecocomposer
Then you have to choose which components you want to use and indicates which license key you have. You can copy the reference file vendor/ecocomposer/ecocomposer/ecocomposer.json to the root of your project.
When the configuration is done, type this to install EcoComposer itself:
php ./vendor/bin/ecocomposer.php i
If you want to update EcoComposer, instead type :
php ./vendor/bin/ecocomposer.php u
Looking to enhance your website's performance with minimal code? EcoComposer is the solution you need.
Optimize Your Frontend Now