https://github.com/nuxt/movies
🍿 A TMDB client built with Nuxt 3
https://github.com/nuxt/movies
movies nuxt nuxt-template tmdb
Last synced: about 1 month ago
JSON representation
🍿 A TMDB client built with Nuxt 3
- Host: GitHub
- URL: https://github.com/nuxt/movies
- Owner: nuxt
- License: mit
- Created: 2022-05-13T10:52:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T10:09:41.000Z (2 months ago)
- Last Synced: 2025-04-21T10:49:13.350Z (2 months ago)
- Topics: movies, nuxt, nuxt-template, tmdb
- Language: TypeScript
- Homepage: https://movies.nuxt.space
- Size: 1.38 MB
- Stars: 2,087
- Watchers: 34
- Forks: 341
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Movies - 🍿 A TMDB client built with Nuxt (Uncategorized / Uncategorized)
README
![]()
Nuxt Movies
> Movies app demo built using [Nuxt 3](https://github.com/nuxt/nuxt), [Vue 3](https://github.com/vuejs/core), [UnoCSS](https://github.com/unocss/unocss), [Image Module](https://v1.image.nuxtjs.org), [The Movie Database](https://www.themoviedb.org) [API](https://www.themoviedb.org/documentation/api) and [TypeScript](https://github.com/microsoft/TypeScript).
**🍿 Live preview:** https://movies.nuxt.space
## Screenshots
![]()
![]()
![]()
## Proxy Server
Check [proxy/README](./proxy)
## Setup
``` bash
# Enable pnpm
$ corepack enable# Install dependencies
$ pnpm install# Start dev server with hot reload at localhost:3000
$ pnpm dev
```## Credits
Based on [jasonujmaalvis/vue-movies](https://github.com/jasonujmaalvis/vue-movies) and [tastejs/nuxt-movies](https://github.com/tastejs/nuxt-movies).
Data provided by [The Movie Database](https://www.themoviedb.org).
This project uses the TMDB API but is not endorsed or certified by TMDB.