11

Intro and Demo

Episode
01
Published
Mar 1st, 2022
Run Time
3m 18s
Topic
Vue
drehimself's avatar
Your Instructor
Adgower's avatar
Adgower
4 years ago

I literally tried nuxt for the first time today, and then went to laracasts to see if there was anything about it...

drehimself's avatar
drehimself
4 years ago

@Adgower Great timing!

zarpio's avatar
zarpio
4 years ago

I was waiting for NuxtJs on laracasts :-) Thanks.

iamputhea's avatar
iamputhea
4 years ago

Would you recommend Larvale + inertia js + Vue or NuxtJs+ Laravel ? It's quite hard for beginners like me to make decisions right now

drehimself's avatar
drehimself
4 years ago

@iamputhea If you have a good reason to have a separate backend API, I would go with this architecture in the series where you have a separate backend for the API, and a web frontend with Nuxt. An example is if you know you need both a webapp and a mobile app.

However, if you know you only need a webapp I would prefer using Laravel/Inertia/Vue (or React). It removes a lot of the complexity of building traditional single page apps and is really easy to use if you already know Laravel. It even now supports server-side rendering if you were worried about your SEO taking a hit.

iamputhea's avatar
iamputhea
4 years ago

@drehimself Thanks for your explanations.

syahmiibrahim's avatar
syahmiibrahim
4 years ago

I am new to vue, should I learn vue fundamental first before learn nuxtjs ?

drehimself's avatar
drehimself
4 years ago

@syahmiibrahim Definitely learn Vue first, I am using a lot of the newer Vue 3 syntax like script setup. After learning Vue, I would also recommend learning Inertia (with Vue), as building apps that way is much simpler than having a separate backend API (like in this series).

Once you understand the different ways to build apps and their potential tradeoffs, then you can learn what Nuxt can do for you.

adamg42685's avatar
adamg42685
3 years ago

@drehimself thank you for sharing this wisdom, im not brand new to laravel or vue/nuxt but I used nuxt2, vue3/nuxt3 is throwing me for a loop and Ive been wondering in what order I should be learning this, thank you.

joneyspark's avatar
joneyspark
3 years ago

Any possibility to publish new series with NuxtJs advance Course?

keizah7's avatar
keizah7
1 year ago

can we use this on nativephp?

Your avatar