Skip to content

Files

Latest commit

Apr 26, 2017
fbe4f7a · Apr 26, 2017

History

History
16 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 291 Bytes

vue-ssr-docs

Documentation for vue-server-renderer. Currently WIP and pending Vue 2.3.0 release - will be at ssr.vuejs.org.

Development

# install gitbook CLI
npm install gitbook-cli -g

# install local plugins
npm install

# serve
npm run dev