All Projects → vuejs → Vue Hackernews

vuejs / Vue Hackernews

Licence: mit
HackerNews clone with Vue.js

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].