Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 589 Bytes

Vue Desktop App

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.

Vuido

Application built with Vuido is located in vuido branch. Use build -> start npm tasks to run it.

Electron

Application built with Electron is located in electron branch. Use dev npm task to run it.

NW.js

Application built with NW.js is located in nwjs branch. Use serve and then nw-serve npm tasks to run it.