An open API service indexing awesome lists of open source software.

https://github.com/angel-raa/nuxt-tmdb

TMDb Explorer
https://github.com/angel-raa/nuxt-tmdb

nuxt pinia tailwindcss typescript vue

Last synced: 3 months ago
JSON representation

TMDb Explorer

Awesome Lists containing this project

README

          

# TMDb Explorer

## Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash

# bun
bun install
```

## Development Server

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

```bash
bun run dev
```

## Production

Build the application for production:

```bash

# bun
bun run build
```

Locally preview production build:

```bash

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.

## Contributions

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. All contributions are welcome and appreciated!