A
A
AkifPetrov2019-01-29 14:19:23
JavaScript
AkifPetrov, 2019-01-29 14:19:23

How to make an automatic rebuild of the project when changing the code on the production build?

Hi, I want to start a vue.js project using server-side rendering.
One of the ideas that needs to be implemented in the project is single-file .vue components that clients can edit themselves - either through the web interface or simply by changing the file on ftp
. When the user changes the component, it should be automatically rebuilt.
Can you tell me the best way to organize it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2019-01-29
@deliro

You don't have to do it. The production build must be built either manually (fabric, ansible) or via CI (for example, when pushing to the master or production branch)

W
WebDev, 2019-01-29
@kirill-93

Don't let users edit project source files. You most likely took the wrong approach. Nobody does that.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question