# vue-hackernews **Repository Path**: vuejs/vue-hackernews ## Basic Information - **Project Name**: vue-hackernews - **Description**: HackerNews clone with Vue.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README > **NOTE**: this demo is using Vue.js 1.x - the 2.0 version is [here](https://github.com/vuejs/vue-hackernews-2.0). # Vue.js HackerNews clone [Live demo](http://vuejs.github.io/vue-hackernews/) Built with [Vue.js](http://vuejs.org), [vue-router](https://github.com/vuejs/vue-router) and the official [HackerNews API](https://github.com/HackerNews/API), with routing, comments, comment folding, user profile & realtime updates. The build setup uses [Webpack](http://webpack.github.io/) and the [vue-loader](https://github.com/vuejs/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](https://github.com/vuejs/vue-syntax-highlight). ### Building ``` bash npm install # watch: npm run dev # build: npm run build ``` ### License [MIT](http://opensource.org/licenses/MIT)