Make sure to SUB! My answer for today's question: I'm working on my first serious project using Nuxt (surprise!) and a Laravel backend for my second YT channel. It's almost finished, but not quite yet. I'll show everyone once it's complete!
Hi Simon, are you using Nuxt in SSR mode with laravel or just what's called universal mode ?... I want to integrate Nuxt with Laravel without complicating things with V8js and SSR ..etc, is there any solution for integrating these frameworks to be SEO friendly ? I've answered your question for this course, it's below.
I have worked on & deployed several apps using all of the above: Angular, React, and Vue. But my current project is a Nuxt 2 app (my first Nuxt app), with an express server (using Nuxt's serverMiddleware feature), Firebase Auth for authentication, Firestore as my database, and Bootstrap-Vue for frontend (though I almost used Vuetify). Since I had a very tight deadline to get this app out-the-door, I didn't get to use Typescript in my Nuxt app. But I would like to slowly translate all my Javascript files to Typescript as I have the time. EDIT: I forgot to mention, I deployed my nuxt app on AWS' Elastic Beanstalk. I had to use a t2.medium instance because anything smaller kept failing during deploy and I think it has to do with the npm install of the package.json. From my experience, it seems to be too resource-heavy for anything smaller than a t2.medium instance.
Nice Video! I've been working with Vue for about a year and i will never go back to Angular or React. Now i'm planning to use Nuxt as my main front-end framework.
Near the end of the video, I thought: - "I'll never use this, deployment requiring to run a binary isn't as widespread" But then you showed `npm run generate`. Mind blown. Looking forward to the rest of the series now.
This is a great tutorial. I like the way you explain the shortcuts in VS Code too. Really looking forward to the next video. CRUD with Firebase maybe ;)
Yes, I've deployed To Do List. Obviously, React was the first framework for my To Do List but I found it very hard for the little app, so decided to try Vue.js and that was pretty easy to get what I needed. If you agree that Vue is not complicated (like managing state) let me know.
Hi Gary, to get rid of the second description, just add the propoerty hid: 'description' in the about page. nuxtjs.org/faq/duplicated-meta-tags/ Now you can have a default description wich is subsituted with the description in the pages that have one. Great job making these videos. Finest resources for online learning!
This is amazing! It would be pretty cool if you made a tutorial how to create and deploy simple nuxt webapp + django as backend. Or maybe do you have a course about that? Thank you so much for your videos!!!
I already used Vue in where I worked, by implement vue into Yii Framework, but due to yii framework environment, I am not able to fully utilize Vue feature especially components. So I just use for display data and manipulate it.
Hi, Nuxt 2 team member here -- this might not have worked in the past, but since Nuxt 2, changing nuxt.config.js will cause a full restart. I've just tried the same example, changing the mode from universal to spa and it worked for me. Do let me know if you think this is indeed happening for you.
Created with Nuxt, but didn't deploy it. I'm very focused on minimizing the load time, decrease time to render the page, and on demand loading of pages. Still haven't understood the tricks completely. So, not deployed any app.
Make sure to SUB! My answer for today's question: I'm working on my first serious project using Nuxt (surprise!) and a Laravel backend for my second YT channel. It's almost finished, but not quite yet. I'll show everyone once it's complete!
Hi Simon, are you using Nuxt in SSR mode with laravel or just what's called universal mode ?... I want to integrate Nuxt with Laravel without complicating things with V8js and SSR ..etc, is there any solution for integrating these frameworks to be SEO friendly ? I've answered your question for this course, it's below.
Good luck mate :)
Hi Simon, what is status of integrate Laravel and Nuxt?
I have worked on & deployed several apps using all of the above: Angular, React, and Vue.
But my current project is a Nuxt 2 app (my first Nuxt app), with an express server (using Nuxt's serverMiddleware feature), Firebase Auth for authentication, Firestore as my database, and Bootstrap-Vue for frontend (though I almost used Vuetify).
Since I had a very tight deadline to get this app out-the-door, I didn't get to use Typescript in my Nuxt app. But I would like to slowly translate all my Javascript files to Typescript as I have the time.
EDIT: I forgot to mention, I deployed my nuxt app on AWS' Elastic Beanstalk. I had to use a t2.medium instance because anything smaller kept failing during deploy and I think it has to do with the npm install of the package.json. From my experience, it seems to be too resource-heavy for anything smaller than a t2.medium instance.
Would love to see a nuxt + contentful portfolio site course
Nice Video! I've been working with Vue for about a year and i will never go back to Angular or React. Now i'm planning to use Nuxt as my main front-end framework.
Near the end of the video, I thought:
- "I'll never use this, deployment requiring to run a binary isn't as widespread"
But then you showed `npm run generate`. Mind blown. Looking forward to the rest of the series now.
This tut could not have come at a better time. Almost going live with my nuxt 2 app. Thanks Gary ❤️
This is a great tutorial. I like the way you explain the shortcuts in VS Code too. Really looking forward to the next video. CRUD with Firebase maybe ;)
sadly...not yet...currently improving basics and learning webpack npm and es6 in deep
I like page transitions. Looks gorgeous.
I've done both React and Angular but I'm looking to use Vue on my next project
Not yet, just following up your tutorials to build my fist Vue App! Thanks for the good content.
Yes, I've deployed To Do List. Obviously, React was the first framework for my To Do List but I found it very hard for the little app, so decided to try Vue.js and that was pretty easy to get what I needed. If you agree that Vue is not complicated (like managing state) let me know.
Now, try to learn Svelte. It is very easy. ;)
Hi Gary, to get rid of the second description, just add the propoerty hid: 'description' in the about page. nuxtjs.org/faq/duplicated-meta-tags/
Now you can have a default description wich is subsituted with the description in the pages that have one.
Great job making these videos. Finest resources for online learning!
Looking for this comment! Thank you
Nice intro into Nuxt 2 Gary, looking out to a Nuxty in-depth series
If you're using the Vetur extension it looks like the 'scaffold' snippet has been replaced with 'vue'
Thanks! I was going crazy trying to get the scaffold working!
In react, world nuxt is just a mixture of create-react-app, gatsby js, nextjs
This is amazing! It would be pretty cool if you made a tutorial how to create and deploy simple nuxt webapp + django as backend. Or maybe do you have a course about that? Thank you so much for your videos!!!
Nice One and Can you have for Vuex and Composition API with Nuxt JS
Nuxt is really awesome! Created one web app already and designing my personal one now, its great working with it
For some reason "npx create-nuxt-app " gives me old 1.4.4 nuxt version.
How can I update it?
yarn create nuxt-app give latest 2.x version
Very good Introduction.
great! I love it. Hope can see more video about this. Thanks a lot!
Thanks for the great tut - looking forward to some more Nuxt stuff :)
i like how we can see through your green circles on your T-shirt : )) cuz they're green
Nice Tutorial. Thanks
Awesome tutorial, Thanks !!
I already used Vue in where I worked, by implement vue into Yii Framework, but due to yii framework environment, I am not able to fully utilize Vue feature especially components. So I just use for display data and manipulate it.
Whenever I generate my SPA it breaks all of my plugins, help?
What value does all these crash courses have?
We need more of nuxt, Master..
Thanks in advance sir..
Hi, Nuxt 2 team member here -- this might not have worked in the past, but since Nuxt 2, changing nuxt.config.js will cause a full restart. I've just tried the same example, changing the mode from universal to spa and it worked for me. Do let me know if you think this is indeed happening for you.
Created with Nuxt, but didn't deploy it. I'm very focused on minimizing the load time, decrease time to render the page, and on demand loading of pages. Still haven't understood the tricks completely. So, not deployed any app.
Awesome Nuxt 🍻♥️
Waiting for more! :P
I have created my website using Angular and Firebase but I haven't done a React or Vue project yet.
Link: programmingwithgilbert.firebaseapp.com/
Anyone know how to sequence other elements during leave and enter page transitions?
sadly never deploy any of those three but im learning them
Pls next tut on nuxt include scss. And thnx for making my day was kinda having a bad one.
Thank u for this awesome video
Great video if you have time.
i am using vue right now
THANK YOU THANK YOU!
What things should I have learned already before going into Nuxt.js and Vue? I only know HTML, CSS, JS and computer science
how r going to learn computer science
@@Nihalmoneymaker I have an associates in CS
I'm just curious if your browser is reloading on save? I seem to have to manually refresh my browser with every save.
It's an automagic feature of the default nuxt server when you "npm run dev"
where is the continue?
Yes! filmfly.io angular/firebase and 3rd party APIs
thanks sir
deployed next.js app it was nice experience
angular
Today's answer: YES, I creted and deployed app with Vue.
lol at your heading titles
Thank you for this. However, "meta" is not pronounced like "beta". It's pronounced like "metta".
Yup. I made this cambridgeservicedrooms.com using Vue, Nuxt and Vuetify.
... feels a lot like vue-router's implementation of router links, is there any relation? @DesignCourse
Yes. Vue-router is part of the Nuxt package.
bro why dont u use linux or mac? in windows 10 i dont want my file deleted
1st comment 😎
Deez Nuxt's!
Skillshare has the worst courses. Mostly substandard and incomplete. Udemy is much better.
Seriously 🙄
second comment
omg you made my day ! thanks
It's not your best tutorial
Crap
Go work on your serve!