Hi guys,
Has anyone tried adding Vue.js inside their slim 4 project? Like what you can do in Laravel.
Hi guys,
Has anyone tried adding Vue.js inside their slim 4 project? Like what you can do in Laravel.
I have tried Vue and Svelte with Slim 4. What is your specific question?
In Laravel you have “Mix” to build assets with webpack.
For your Slim application you could use/ combine the following components:
If you have only one entry point then you may not need the twig-webpack-extension.
I’m leaning more to the way of components inside a page.
Once again I owe you . Works like a charm. As always …