A Vue 3 and GSAP App with API from The Cocktails Database
Uses the following technologies:
- Vue for front end Vue JS application.
- CSS as a utility-first CSS framework
- GSAP for all animation
- THe Cocktails Database for api data
- Vercel for deployment and hosting
# Install dependencies
$ npm install
# Compile and Hot-Reload for Development at localhost:5173
$ npm run dev
# Compile and Minify for Production
$ npm run build
$ npm start
# Lint with [ESLint](https://eslint.org/)
$ npm run lint
For detailed explanation on how things work, checkout Vite Configuration Reference.