Skip to content

cyhunter/vue-hackernews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js HackerNews clone

Live demo

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.

Building

npm install
# watch:
npm run dev
# build:
npm run build

About

HackerNews clone with Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • CSS 1.1%