npm install
npm run dev
npm run build
npm run test:unit
npm run test:e2e:dev
npm run lint
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.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).