Vue 3 Resource shows different cocktails This app works with API TheCocktailBD: 'https://www.thecocktaildb.com/' Get API data and show it Ability to sort by category and alphabet Searchable by title Project Setup npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build