
Find answers faster by googling exact errors, then compare your code with the code on GitHub to spot small issues; join the community to ask questions and help others.
Demonstrate setting up an express server inside a Next.js application, using npm scripts for dev, build, start, and generate, and explain development versus production configurations, including host and port.
Learn how nuxt.js loads plugins by using the plugins directory and nuxt.config.js to register npm packages before mounting the app, including path alias @/plugins and css assets.
Create a custom layout in the layouts directory, override the default layout, and attach the inspire layout to a page using the layout tag, verified via view dev tool extension.
Create dynamic routes in the Nuxt pages directory using underscores for blog slugs, and load the index view or a dynamic underscore blog view to render posts.
Demonstrates dynamic weather data by typing a city and submitting a form to fetch weather information with a get weather info method in a Nuxt.js and Vue.js project.
discover how to enable server side rendering in a Nuxt.js app by fetching weather data for a city before rendering, using async data and route parameters.
Discover how to use vuex getters to derive state, such as uppercasing the course name, and learn how to access and invoke the getter from a component.
Learn how to implement Vuex actions in Nuxt.js by dispatching get weather info, using context to access state, and update weather with set weather while avoiding direct state mutation.
Create an admin questions page in nuxt.js, scaffolding the route and building a form with a question field, four options, a correct-answer radio group, and a firebase-ready submit.
Store questions to Firebase by creating a quiz collection with questions and options, then create and link answers to each question, handling success and errors.
Query firebase by question id to fetch the corresponding answers using order by, and adjust rules to return the correct answer for a specific question.
Refactor the quiz app by extracting delete question and delete answer into dedicated methods, aligning fetch logic into a clear destroy flow with a unified base URL for API calls.
This course currently offers one Nuxt.js project, with a second quiz application planned soon; future plans include deploying the project to DigitalOcean and a domain setup.
learn to implement a client-side only notification system using an npm library, with a notify plugin, server-side rendering avoidance via config, and triggering a success message for correct answers.
Nuxt or Nuxtjs is a framework of vuejs to build SPA and universal applications
Nuxt.js presets all the configuration needed to make your development of a Vue.js application enjoyable.
You will get introduced with Nuxtjs in detiails and work on two real vuejs nuxtjs projects.
Nuxt make server side rendering like a breeze and combining every pieces of vuejs ecosystem is the fuel of nuxtjs.
In this course, I'll teach you core concepts of Nuxt.js and how exactly it works behind the scene. We will dive into the rendered .nuxt directory to see from where nuxt serve every page and how they have configured.
While this course is designed with two project and then finally deploying project on DigitalOcean, I encourage you to comment or request any specific thing you want to learn related to nuxtjs.
The course will teach you ...
Build server-side-rendered single-page-applications (SPAs)
How to use vuetify framework
Making Nuxtjs an SEO friendly application
Including external Library
Writing effective, reusable and manageable vuejs/javascript code
Deploying Nuxtjs on digital ocean server
Authentication using firebase in nuxtjs
any many more things.
Who am I?
My name is Sarthak Shrivastava and I am a full stack developer.
Why I am best for teaching nuxtjs ?
Because my own bitfumes website is build over Nuxt.js.
Along with that, i have bestselling Laravel + Vue.js course forum course here on Udemy.