March 2018
Beginner to intermediate
344 pages
7h 7m
English
To build our project in the SPA mode, we will need to add the following key value to nuxt.config.js:
mode: 'spa'
We can then build our project once again, but this time it'll be built using SPA mode:
$ npm run build
Our command Terminal should now look like the following:

Read now
Unlock full access