The ruby on rails application has View created in Vue.js.
Some View changes were required, so I restarted the server after making the changes, but the changes were not reflected.
I've looked into various things and found that Vue.js is pre-compiled.
So I would like to recompile Vue.js.
How can I recompile it?
The environment is as follows:
OS:utunbu 16.04
ruby —2.4.2
rails:5.1
Vue.js:unknown
There may be a variety of situations depending on the configuration (build environment, technology) of the Rails app's front asset compilation.
Applications that use Rails standard asset pipelines such as sprockets-rails and webpacker typically
railsassets:precompile
will be able to precompile.
© 2024 OneMinuteCode. All rights reserved.