...

/

Building for Production

Building for Production

Learn about single-page applications, universal applications, and static side.

Once our new site or application is built with Nuxt, the next step is to run the build process and prepare our code to be deployed.

Single-page application (SPA)

If we choose the SPA mode when creating the project (or if we set the ssr setting to false in ...