This is a moovie app made in order to practice vue.js, tailwind, vite and gsap. Moovizz is a hulu clone
moovizz.netlify.app
Clone the repo And install it with
yarn
or
npm install
And launch the project with
yarn dev
or
npm run dev
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).