Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 334 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 334 Bytes

vue-ssr-demo

Demo for Vue 2.0 server-side rendering.

npm install
npm start

Although this demo uses JSX, it also works with vue-loader. It doesn't actually matter how you build your application bundle.

For how things work, check out the docs.