Weather is javascript application that allows you to search for weather information using Open Weather API.
npm install
Serve the application on development server with hot reloading
npm run serve
After building the application, the built version will be placed in the dist directory in project root.
Build the application for development
npm run build
Build the application for production
npm run build:prod
Build the application and watch for changes
npm run watch