I need to deploy a Nuxt UI Pro project on a server that does not have internet access (permently / sometimes) . I must run the build command without an internet connection. I have a few questions:
-
Is an internet connection mandatory for a production build?
-
Does the license key validation run every time during npm run build, or only the first time (and cached afterward)? Does it require internet for API calls during validation?
-
What if I need to run the build command on a server with no internet connection?
-
If I purchase a license, does Nuxt UI Pro always check its validity via API calls when running npm run build?
-
if build required internet then, can i copy the dist folder from local to the server path. is this scenario work without internet ?