Commit b2d85004 authored by Evan You's avatar Evan You

readme

parent b8e387dd
# vue-hackernews-2.0 # vue-hackernews-2.0 (WIP)
> HackerNews clone built with Vue 2.0 HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
## Build Setup ## Build Setup
...@@ -8,9 +8,12 @@ ...@@ -8,9 +8,12 @@
# install dependencies # install dependencies
npm install npm install
# serve with hot reload at localhost:8080 # serve in dev mode, with hot reload at localhost:8080
npm run dev npm run dev
# build for production with minification # build for production
npm run build npm run build
# serve in production mode
npm start
``` ```
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