I want to recompile Vue.js

Asked 2 years ago, Updated 2 years ago, 53 views

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

ruby-on-rails ruby ubuntu vue.js

2022-09-30 19:10

1 Answers

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.


2022-09-30 19:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.