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
- Host: GitHub
- URL: https://github.com/angel-raa/nuxt-tmdb
- Owner: Angel-Raa
- Created: 2024-04-08T04:27:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T15:40:32.000Z (over 2 years ago)
- Last Synced: 2025-03-01T00:33:52.632Z (over 1 year ago)
- Topics: nuxt, pinia, tailwindcss, typescript, vue
- Language: Vue
- Homepage: https://nuxt-tmdb-chi.vercel.app
- Size: 680 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!