Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 863 Bytes

File metadata and controls

46 lines (24 loc) · 863 Bytes

A simple desktop application built using VueJS, Vuetify, and Electron for browsing and reading the latest news articles.

Live Demo

Online Demo

Features

Fetch latest news articles from a reliable API

Easy navigation to different categories of news

Clean and responsive user interface

Requirements

NodeJS

npm (Node Package Manager)

Installation

Clone the repository

Install the dependencies

$ npm install

Start the development server

$ npm run serve

Build the desktop application

$ npm run electron:build

Built With

VueJS - JavaScript framework for building user interfaces

Vuetify - Material Design component framework for VueJS

Electron - Framework for building cross-platform desktop applications