This project is created to compare two different approaches for building desktop applications with Vue. The application shows a weather in the city of user's choice using OpenWeatherMap API.
Application built with Vuido is located in vuido
branch. Use build
-> start
npm tasks to run it.
Application built with Electron is located in electron
branch. Use dev
npm task to run it.
Application built with NW.js is located in nwjs
branch. Use serve
and then nw-serve
npm tasks to run it.