Advantages of using nuxt-start standalone over nuxt start #9437
-
Hello, I noticed there is a nuxt-start package on npm, linking to this github page, and I would like to know if there are advantages of using it instead of nuxt's "nuxt start", when deployed in production mode. I saw it is ~3 times smaller than nuxt, so it will decrease the size of the project on my server. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@gd000 |
Beta Was this translation helpful? Give feedback.
@gd000
nuxt-start
source can be found here. It is intended to be a lightweight way to start a built Nuxt server, without all the dependencies that are only needed in development and at build-time.