This is a demo of a shop implementation using the Daalder API. It includes the most essential components needed for a basic webshop using Vue components.
- product overview with filters
- product detail
- shopping cart
- checkout
- Fill in your api key in the .env file
composer install
npm install
npm run dev
php artisan serve