Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 731 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 731 Bytes

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.