

Specification Table List
Specifico is a powerful WordPress plugin designed to showcase product specifications for WooCommerce products. It allows you to display a structured specification table for each product, enhancing the user experience and providing detailed product information at a glance.
Specifico’s admin interface is built with React and compiled with webpack via @wordpress/scripts. The minified bundles shipped in build/ and assets/dist/ are generated from the human-readable source code in src/ (React) and assets/src/ (SCSS/JS). The complete, unminified source is publicly available at:
https://github.com/wpaxiom/specifico
To build the plugin from source:
composer install — install PHP dependencies.npm install — install the JavaScript build dependencies.npm run build — compile src/ and assets/src/ into build/ and assets/dist/.This plugin is licensed under the GPLv2 or later.