Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 16 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:44:59.000Z (about 1 month ago)
- Last Synced: 2024-11-27T20:03:14.940Z (15 days ago)
- Topics: movies, nuxt, nuxt-template, tmdb
- Language: Vue
- Homepage: https://movies.nuxt.space
- Size: 1.39 MB
- Stars: 2,000
- Watchers: 34
- Forks: 285
- Open Issues: 9
-
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.