Commit b09be748 authored by Douwe Maan's avatar Douwe Maan Committed by Ruben Davila

Merge branch 'vue-js-plugin' into 'master'

Added VueJS plugin

## What does this MR do?

Adds the VueJS & Vue resource plugin with environment detection. 

## What are the relevant issue numbers?

Closes #20738 

See merge request !5845
parent 6d6212d2
This diff is collapsed.
<% type = Rails.env.development? ? 'full' : 'min' %>
<%= File.read(Rails.root.join("vendor/assets/javascripts/vue-resource.#{type}.js")) %>
This diff is collapsed.
This diff is collapsed.
<% type = Rails.env.development? ? 'full' : 'min' %>
<%= File.read(Rails.root.join("vendor/assets/javascripts/vue.#{type}.js")) %>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment