Vue Calendar (calendar-vue) Simple calendar using Vue and Quasar First steps Create an account and get a free API key from OpenWeatherMap Make a copy of .env.example and rename it to .env Set your API key in API_KEY Install the dependencies npm install Start the app in development mode (hot-code reloading, error reporting, etc.) npm run dev Build the app for production npm run build