Skip to content

Latest commit

 

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