Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1008 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 1008 Bytes

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).