Vue storefront

Help for integrating the Laravel package
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!
User avatar
harshithvemula
Posts: 33
Joined: 19 Jul 2020, 16:27

Vue storefront

Post by harshithvemula » 19 Jul 2020, 16:39

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 ?

User avatar
aimeos
Administrator
Posts: 8592
Joined: 01 Jan 1970, 00:00

Re: Vue storefront

Post by aimeos » 21 Jul 2020, 09:26

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, Image give us a star

User avatar
harshithvemula
Posts: 33
Joined: 19 Jul 2020, 16:27

Re: Vue storefront

Post by harshithvemula » 21 Jul 2020, 10:24

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 ?

User avatar
harshithvemula
Posts: 33
Joined: 19 Jul 2020, 16:27

Re: Vue storefront

Post by harshithvemula » 22 Jul 2020, 14:41

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

Post Reply