Skip to content

LucienLee/HN-Reader

Repository files navigation

HN Reader

A simple hacker news reader built with VueJS.


Live Demo

Build Setup

Requires Node.js 6+

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Feature

  • Infinite scroll to read stories on hacker news
  • Support offline usage (To test offline capability, you should test in production and cut off internet instead of browser throttling. The reason is here and here.)