Skip to content

mrauhu/meteor-ssr-vue-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor+Vue SSR and vue-meta

reproducing the 500 error bug with [email protected], see: nuxt/vue-meta#569

Prerequisites

Installation

Clone project with Git submodules:

git clone --recurse-submodules https://github.com/mrauhu/meteor-ssr-vue-meta
cd meteor-ssr-vue-meta

Select the tag

git checkout [email protected]
meteor npm install
git checkout [email protected]
meteor npm install

On the first server reload (after change any *.js or *.vue file) get the 500 error with message: document is not defined

Usage

meteor