David De Sloovere
David De Sloovere
AAlokai
Created by Darren R on 9/14/2023 in #🙋|general-help
Using Node 18 (16 now EOL)
My post on the same topic got closed. https://discord.com/channels/770285988244750366/1072209977558700123/threads/1150764089103089744 Supposedly Node 18 is supported. I'm not sure that statement is correct. The reason I started the post was for the same reason @.darrenr started this post.
33 replies
AAlokai
Created by David De Sloovere on 9/12/2023 in #🙋|general-help
Use-cases of subscribers for integration extension
Got it. Thanks for the response.
4 replies
AAlokai
Created by David De Sloovere on 9/12/2023 in #🙋|general-help
Use-cases of subscribers for integration extension
It looks like you can pass in a generic params
subscribers: {
"*_before": (params: any) => {
console.log(`Before each * method do something`, params);
},
"*_after": () => {
console.log(`After each * method do something`);
}
}
subscribers: {
"*_before": (params: any) => {
console.log(`Before each * method do something`, params);
},
"*_after": () => {
console.log(`After each * method do something`);
}
}
`
4 replies
AAlokai
Created by vanhunselm on 8/23/2023 in #🙋|general-help
Best practices for Nuxt boilerplate - Magento
Isn't this the link to the magento SDK for SDK style projects? https://docs.vuestorefront.io/integrations/magento The one posted first looks to be for VSF 2.0, or is it the same and does it work in both architectures?
5 replies