Use build instead of generate for spa
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