Vue 3 Implementation in Laravel
I want to start tinkering the beta version of Vue 3 into the Laravel project.
How can I achieve it?
Is it too early to implement it?
Is there any way to tinker in the current time being?
Thank you so much for the prompt response.
After going through the series, can I implement in my laravel project right away? Or I should wait up until the Vue 3 is released after RC?
I want to start tinkering the beta version of Vue 3 into the Laravel project.
@lizeshakya Then start tinkering with it.
How can I achieve it?
Read the docs.
Is it too early to implement it?
Well, it’s beta software. So, use in a production system at your own risk.
Is there any way to tinker in the current time being?
Yes. It’s just a JavaScript library. Pull it down from NPM and start playing with it.
Please or to participate in this conversation.