-
Notifications
You must be signed in to change notification settings - Fork 67
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
Hey guys, does this package ready for production usage? #3
Comments
Hi! The |
I have my production App with
and '*' route does not work. What server do you use for production? |
@mimartinez could you please show your routes in Express? |
My file server.js:
In package.json script I do not have routes. |
Hi, just tested with below code & the static build files and this works. Note the omitting of
If this does not work the error has to be in your Vue-router file. |
Very good! Thank you |
Great work ! @villeristi KEEP IT UP. |
I've tried npm build, seems OK but there's no server running.
I've also tried setting NODE_ENV=production and it didn't do the trick.
The text was updated successfully, but these errors were encountered: