Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 264 Bytes

vue-ssr-docs

Comprehensive guide for SSR (Server-Side Rendering) in Vue.js. Live at ssr.vuejs.org.

Development

# install gitbook CLI
npm install gitbook-cli -g

# install local plugins
npm install

# serve
npm run dev