Building a PWA news aggregator using Vue.js and Vuex – Part 1: Setup
Inspired by a recent article found on Medium about create a news aggregator, I decided to recreate something for Vue.js, improving the HTML markup and design, convert it into a PWA and use the CSS Grid system. Just like the article source, I used Reddit API to build the aggregator, since I found it interesting …