Skip to content

Instantly share code, notes, and snippets.

@ea2305
Last active May 7, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ea2305/1ba832e67cbee038145220facba99705 to your computer and use it in GitHub Desktop.
Save ea2305/1ba832e67cbee038145220facba99705 to your computer and use it in GitHub Desktop.
Vue pre-render commands
# prerender tool
# add an extra module to our vue project to be able to generate the meta tags.
vue add prerender-spa
# meta plugin
# install a complement to inject header attributes on our vue app.
npm i vue-meta --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment