webdesignberlin / nuxt3-movie-app

Home Page:https://empire-movies-nuxt3.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Minimal Starter

Nous allons construire une Application Nuxt 3. Nous utiliserons l'API themoviedb pour récupérer les données et les afficher sur notre Application Nuxt 3. Pour la conception, nous utiliserons TailwindCSS, et à la fin, nous le déploierons dans Netlify.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

About

https://empire-movies-nuxt3.netlify.app/


Languages

Language:Vue 77.0%Language:JavaScript 11.1%Language:CSS 10.2%Language:TypeScript 1.7%