-
-
Save ea2305/1ba832e67cbee038145220facba99705 to your computer and use it in GitHub Desktop.
Vue pre-render commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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