-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deploy as production #7
Comments
As per vue documentation, production is defined with webpack using this line
In webpack.config.js you can see the environment variable is set up by this line
So I'd suggest trying to set up you process.ebv file to the WEBPACK_ENV variable is set to production VUEJS Documentation for ENV file |
I was having a same problem when I edited
This way you always deploy in Production Mode. |
I cannot stop getting this message on the front end & admin.
"You are running Vue in development mode.
Make sure to turn on production mode when deploying for production.
See more tips at https://vuejs.org/guide/deployment.html"
I have tried using the "npm run build", but it doesn't make any difference.
Any clue of what could be happening?
The text was updated successfully, but these errors were encountered: