Skip to content

Use build instead of generate for spa

Nils Brinckmann requested to merge 18-deployment-production-build into master

Closes #18 (closed)

A nuxt single page application should be build with npm run build instead of npm run generate (see https://nuxtjs.org/guide/commands/#single-page-application-deployment-spa).

This solves the unexpected behaviour in Firefox, that the site slows down due to some development-mode optimizations.

Edited by Nils Brinckmann

Merge request reports

Loading