Built with Vue.js and the official HackerNews API, with routing, comments, comment folding, user profile & realtime updates.
The build setup uses Browserify and the Vueify transform, which enables Vue components to be written in a format that encapsulates a component's style, template and logic in a single file.
npm install
# watch:
npm run dev
# build:
npm run build