/20230130-udemy-nuxt3-bootcamp

Learn Nuxt3 with local server api endpoints

Primary LanguageVue

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Node & NPM

Engine versions

$ node -v 19.9.0

$ npm -v 9.6.3

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.


Udemy

https://www.udemy.com/course/the-nuxt-3-bootcamp-the-complete-developer-guide/

SUPABASE

PROJECT: 20230201_west-udemy-cartrader

Linked to My Github Account: GregJacobs82

GOOGLE CLOUD

cloud.google.com

PROJECT: udemy-cartrader

OATH CONSENT SCREEN: udemy-cartrader-auth

OATH CONSENT CLIENT ID: udemy-cartrader-auth-client

Linked to My Google Account: thegregjacobs@gmail.com

TUTORIALS

UDEMY - https://www.udemy.com/course/the-nuxt-3-bootcamp-the-complete-developer-guide/learn/lecture/35258308#search

Nuxt.js 3.1 - Whats New: https://www.youtube.com/watch?v=7NUAdZpBEo4

LINKS

Nuxt Docs - https://nuxt.com/docs/api/composables/use-router

Tailwind CSS - https://tailwindcss.com/docs/grayscale

Jason Web Token (JWT) - https://jwt.io/


2024-03-16

You removed (@nuxt/image-edge) component