I have a question, I have a project done with vue-cli
, I run the command npm run build
, I generate the dist
and the index
.
The idea is to deploy in a nodejs, which provides services and connection to the BD (mongo) I access and make requests to consume services and that; when I copy and paste the folders in the public
of nodejs I can access correctly but at the time of a reload of the page I get
CANNOT GET /DIRECCION
How would that be solved?