Home
Softono

Vue Seo Prerender

Open source Vue
144
Stars
43
Forks
0
Issues
10
Watchers
7 years
Last Commit

 About Vue Seo Prerender

Vue.js Tutorial: A Prerendered, SEO-Friendly Example

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Vue Seo Prerender?

We provide expert installation service for this software. Our team will install, configure, and secure Vue Seo Prerender on your server. plans start at just $30.

Vue Seo Prerender

View on GitHub

Vue.js Tutorial: A Prerendered, SEO-Friendly Example

vue-snipcart

Here at Snipcart, we love Vue.js, but are entirely aware of the SEO issues with a Vue.js singe-page application.

In this tutorial, I want to show JS developers how easy it is to make Vue SEO-friendly.

Covering:

  • General SEO tips you should always apply.
  • Specific Vue.js SPA SEO issues.
  • Tools to fix them with server-rendering & prerendering.
  • A technical Vue.js SEO example using prerender-spa-plugin.

This repo contains the code for a demo e-commerce web app built with Vue.js 2.0 & Snipcart. For SEO purposes, prerendering is handled with prerender-spa-plugin.

Read full tutorial

See live demo

Enjoy folks!


Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.