Commit 869330ae authored by Sebastien Chopin's avatar Sebastien Chopin

Merge branch 'master' of github.com:nuxt/hackernews

parents 504ee86f 5a185a8a
# Nuxt.js Hacker News # Nuxt.js Hacker News
HackerNews clone built with Nuxt.js
Port of [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) with [nuxt.js](https://github.com/nuxt/nuxt.js).
<p align="center"> <p align="center">
<a href="https://hn.nuxtjs.org" target="_blank"> <a href="https://hn.nuxtjs.org" target="_blank">
<img src="https://cloud.githubusercontent.com/assets/5158436/26766664/5694c26a-49ab-11e7-8789-049fd9161af5.png" width="256px"> <img src="https://cloud.githubusercontent.com/assets/5158436/26785443/a70cfa48-4a17-11e7-9cda-1333932baf5c.png" width="256px">
<br> <br>
Live Demo Live Demo
</a> </a>
...@@ -18,11 +17,14 @@ Port of [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) with [ ...@@ -18,11 +17,14 @@ Port of [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0) with [
## Features ## Features
*[TODO]* - Server Side Rendering
- Code Splitting
- Single-file Vue Components
- Real-time List Updates with FLIP Animation
## Build Setup ## Build Setup
**Requires Node.js 7+** **Requires Node.js 6+**
``` bash ``` bash
# install dependencies # install dependencies
...@@ -41,3 +43,5 @@ npm start ...@@ -41,3 +43,5 @@ npm start
## License ## License
MIT MIT
This repository is originally ported from [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment