Sha256: c017aaa55769170f6d48d6041b6f1ffae44a437b58464c3c45c59058cf51bd58
Contents?: true
Size: 513 Bytes
Versions: 1
Compression:
Stored size: 513 Bytes
Contents
require "webpacker/configuration" puts "Copying the example entry file to #{Webpacker.config.source_entry_path}" copy_file "#{__dir__}/examples/vue/hello_vue.js", "#{Webpacker.config.source_entry_path}/hello_vue.js" puts "Copying Vue app file to #{Webpacker.config.source_entry_path}" copy_file "#{__dir__}/examples/vue/app.vue", "#{Webpacker.config.source_path}/app.vue" puts "Installing all Vue dependencies" run "yarn add vue vue-loader vue-template-compiler" puts "Webpacker now supports Vue.js 🎉"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webpacker-3.0.2 | lib/install/vue.rb |