K
K
kroha30002019-04-10 06:07:07
Vue.js
kroha3000, 2019-04-10 06:07:07

When changing vue files on the server. There are no changes to the page. How to edit vue files?

There is a project on laravel + Vue. It is required to change the name of a pair of buttons in vue files.
When changing/editing and saving directly on the server. Still nothing changes.
A couple of names need to be changed. Is it possible to directly change the data on the server and save it, after which everything would be fine? Or is there some other manipulation required?
p.s. Stupid question. Understand. I am not a programmer. But you need to change some information files.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Popov, 2019-04-10
@kroha3000

The question is very stupid. Simply changing the files won't help here. You need to compile the files using the npm run prod command. However, the server may not have the node_modules installed that are needed for compilation.
The most correct solution is to ask developers for access to the source code repository, download it to yourself, install node_modules with the npm install command, then build the npm run prod project, and then upload it to the server. I think it's better if the developers do it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question