Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 842 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 842 Bytes

Vue JS Random Cocktails App

A Vue 3 and GSAP App with API from The Cocktails Database

live demo

Uses the following technologies:

Build Setup

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