You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ And then execute:
15
15
$ bundle install
16
16
$ bundle exec rake vue:create
17
17
18
-
> Currently `rake vue:create` will overwrite all files, please be careful!
19
-
20
18
Add those lines to your `config/routes.rb`:
21
19
22
20
```ruby
23
21
get 'vue/foo' => 'vue#foo'
24
22
get 'vue/bar' => 'vue#bar'
25
23
```
26
24
25
+
> Currently `rake vue:create` will overwrite all files, please be careful!
26
+
27
27
## Usage
28
28
29
29
This gem is fully depends on `vue-cli`. You can do everything with [`vue.config.js`](https://cli.vuejs.org/config/) just don't break `manifest` plugin which required by `vue_cli-rails`.
0 commit comments