PrestaShop Classic Edition module
For developers, after cloning this repository launch this command in the root folder:
composer install --no-devThen run these commands in the vue-app folder:
# Using Node 16
npm install
npm run buildThis will build the Vue app in the views/js/vue folder.