VueJS

forked from VueJS

https://vuejs.org/v2/guide/

Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
frontend framework 862 0


Dave Kimura
Dave Kimura

May 21, 2020

Copy and paste this code into your terminal

DISCLAIMER: You should always review templates before running them. By running the template, you are agreeing to the terms of use.

The contents of this script as show. Any updates will be reflected in the below code and the snippet.

if !defined?(Webpacker)
  puts_red "Webpacker was not installed. Adding it now..."
  run "bundle add webpacker"
end

rails_command "webpacker:install:vue"

A place where you can thank the author, post problems, give constructive feedback, etc. Be nice!