Description
In this course, you will :
- Understanding Nuxt's additional features on top of Vue, such as universal rendering, auto imports, and file-based routing.
- Using Nuxt to create a production-ready application using based development techniques.
- Using the many Nuxt 3 composables, such as useFetch, useAsyncData, useState, and useMeta.
- Implementing routing using a file-based technique.
Syllabus:
- Building The UI Elements
- File Based Routing & Navigation
- Defining Page Layouts
- Handling Client and Server Errors
- Improving Functionality With Utilities
- Revisiting the Skipped Functionality
- Authentication and Middleware
- Server Endpoints and HTTP Requests
- Utilizing Postgres for Data Transactions
- Image Storage and Retrieval
- BEGINNING OF LEGACY COURSE. WILL DELETE IN THE FUTURE
- [LEGACY] - Introduction
- [LEGACY] - Diving into Nuxt
- [LEGACY] - Pages and File-Based Routing
- [LEGACY] - Formatting Pages with Layouts
- [LEGACY] - Defining Page Meta Data for Better SEO
- [LEGACY] - Global State and Composables
- [LEGACY] - Fetching Data and HTTP Requests
- [LEGACY] - Cookies and Runtime Config
- [LEGACY] - Building a REST API
- [LEGACY] - Integrating with Supabase
- [LEGACY] - Handling Authentication
- [LEGACY] - SQL and Database Transactions