vue.js - vuejs not working on the vps -
the initialized app using [vue init webpack my-project
] compiles successufly on vps when visiting servername:8080
renders nothing, terminal log: done compiled in 3245ms
listening @ http://localhost:8080
(node:23617) unhandledpromiserejectionwarning: unhandled promise rejection (rejection id: 1): error: exited code 3 (node:23617) [dep0018] deprecationwarning: unhandled promise rejections deprecated. in future, promise rejections not handled terminate node.js process non-zero exit code.
the browser console shows error: failed load resource: net::err_content_length_mismatch app.js
thanks in progress :)
Comments
Post a Comment