nuxt-community / adonuxt-template

[Deprecated] Starter template for Nuxt.js with AdonisJS.
451 stars 61 forks source link

Nuxt compiles in production mode #90

Open cawa-93 opened 6 years ago

cawa-93 commented 6 years ago

When I run the command npm run build && npm start That is compiled twice: the first time from the build command, and the second time during the startup. As far as I know, it must be compiled during start-up only in development mode

This question is available on Nuxt.js community (#c72)