Skip to content

therstyle/vue-tv-guide

Repository files navigation

An interactive TV guide powered by Vue.js and rest API from TVmaze

Installation & Set Up

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint