Vue.js Server-Side Rendering Guide
Shell
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 5 commits ahead, 16 commits behind vuejs:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
en
fr
ja
ko
pt-br
ru
zh
.gitignore
CNAME
LANGS.md
README.md
book.json
deploy.sh
package-lock.json
package.json

README.md

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

Contribute

Translation

We are useing with a translation tool called GitLocalize and follow the steps to get started with your contribution:

  1. Go to GitLocalize's vuejs/vue-ssr-docs repository.
  2. Sign up using your GitHub account :octocat:.
  3. Find the document you are going to translate.
  4. Happy translating .
  5. When you are done, send the translation for reviews.
  6. Reviewed translation will be sent as a Pull Request to GitHub by language admin in the community.

To learn more about how GitLocalize works, visit their help page. If you find any issues or feature requests, please file them in GitLocalize's issue tracker.