Skip to content

stefanoslig/tv-junkies

Repository files navigation

TV junkies

Project Setup & Commands

npm install
npm run dev
npm run build
npm run test:unit
npm run test:e2e:dev
npm run lint

Purpose of the project

This project is inspired from movies.nuxt.space. My goal is to create a replica of this project without using Nuxt. I hope it will be a useful project for someone who learns Vue and he doesn't want to bother with Nuxt related things.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).