Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vuejs/vue2-ssr-docs

Vue.js Server-Side Rendering Guide (for Vue 2)
https://github.com/vuejs/vue2-ssr-docs

Last synced: about 2 months ago
JSON representation

Vue.js Server-Side Rendering Guide (for Vue 2)

Awesome Lists containing this project

README

        

# vue2-ssr-docs

Comprehensive guide for SSR (Server-Side Rendering) in Vue 2. Live at [v2.ssr.vuejs.org](https://v2.ssr.vuejs.org).

The latest SSR guide for Vue 3, see [Vue 3 docs](https://vuejs.org/guide/scaling-up/ssr.html).

## Development

This site is powered by [VuePress](https://vuepress.vuejs.org/).

```bash
yarn
yarn dev
```