Vue storefront
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- harshithvemula
- Posts: 33
- Joined: 19 Jul 2020, 16:27
Vue storefront
Hii i want to integrate vue storefront with pwa to aimeos. How to do it ?
Api is the only way or can we adapt the theme ?
If only with Api how to make variable products,downloadable products is there any code avilable. Or is it possible by adapting the theme.If yes how to do it ?
Api is the only way or can we adapt the theme ?
If only with Api how to make variable products,downloadable products is there any code avilable. Or is it possible by adapting the theme.If yes how to do it ?
Re: Vue storefront
To use VueStorefront as frontend for Aimeos, you can either implement the API VueStorefront requires in Aimeos or you can adapt the VueStorefront code to use the Aimeos JSON REST API.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

- harshithvemula
- Posts: 33
- Joined: 19 Jul 2020, 16:27
Re: Vue storefront
you can adapt the VueStorefront code to use the Aimeos JSON REST API.
can you explain how to adapt ? Can i use the front end code of aimeos in doing it ?
can you explain how to adapt ? Can i use the front end code of aimeos in doing it ?
- harshithvemula
- Posts: 33
- Joined: 19 Jul 2020, 16:27
Re: Vue storefront
I want to use the frontend code of aimeos in vue store front. For example i want to use the below code in vue and build the vue storefront.How to do it.where i need to place the vue files to do this ?
please help me
@extends('shop::base')
@section('aimeos_header')
<?= $aiheader['checkout/standard'] ?>
@stop
@section('aimeos_body')
<?= $aibody['checkout/standard'] ?>
@stop
please help me
@extends('shop::base')
@section('aimeos_header')
<?= $aiheader['checkout/standard'] ?>
@stop
@section('aimeos_body')
<?= $aibody['checkout/standard'] ?>
@stop