A simple Vue 3 application that uses the OMDB API to display search results.
- Head over to OMDB and request an API key
- Create .env file in your root directory
- Copy the API key into your new .env file using the config name VITE_OMDB_API_KEY
# install dependencies
npm install
# serve with hot reload at localhost
npm run dev
# build for production with minification
npm run build