Skip to content

giantray/vue-hackernews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: this demo is using Vue.js 1.x - the 2.0 version is here.

Vue.js HackerNews clone

Live demo

Built with Vue.js, vue-router and the official HackerNews API, with routing, comments, comment folding, user profile & realtime updates.

The build setup uses Webpack and the vue-loader plugin, which enables Vue components to be written in a format that encapsulates a component's style, template and logic in a single file.

If you are using SublimeText you can get proper syntax highlighting for *.vue files with vue-syntax-highlight.

Building

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

License

MIT

About

HackerNews clone with Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.8%
  • JavaScript 29.4%
  • HTML 2.6%
  • CSS 0.2%