Skip to content

enyelsequeira/final-nuxt-movies

Repository files navigation

Nuxt 3 Movies app

This is a project to accomplish a few things

  • Learn about vue/Nuxt

    • Syntax
    • Data fetching
    • Middlewares
    • ServerSide
    • API routes
    • and More ...
  • This will compare a speed between Next and Nuxt Next

    • Will also compare overall DX with it

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

pnpm run dev
pnpm  build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.