Skip to content

nuxt/nuxt-movies

 
 

Repository files navigation

nuxt-movies

A Nuxt.js Movies application using The Movie Database (TMDb) API. Built using Vue.js and Nuxt. Our version is built by the Nuxt and Chrome teams using the foundational work done by jason.codes.

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.5%
  • JavaScript 16.5%
  • SCSS 11.0%