Skip to content

Instantly share code, notes, and snippets.

@nplusone
Last active May 19, 2021 01:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nplusone/5710508be43cc21b6811fe4092ee7f0b to your computer and use it in GitHub Desktop.
Save nplusone/5710508be43cc21b6811fe4092ee7f0b to your computer and use it in GitHub Desktop.
Nuxt.jsをSPAモードで動かす
module.exports = {
//spaで動かす
mode: 'spa',
/*
** Headers of the page
*/
head: {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment