DEV Community

Discussion on: Create a SPA with Laravel and Nuxt

 
jartaud profile image
Josué Artaud

What's the point of using Nuxtjs if not for ssr?

Thread Thread
 
skyrpex profile image
Cristian Pallarés

You can still benefit from:

  • The already configured Webpack and the dev and build commands.
  • The Nuxt ecosystem: any existing module and plugin is already done for you.
  • The routes autoloading.
  • The Vuex modules autoloading.
  • The asyncData and other meta methods.
Thread Thread
 
peyaschandradas profile image
Peyas chandra das

vue routing is not working as in nuxt working . how can i config vue routing .. ? looking for solution thanks.