Skip to content

Commit 73012a2

Browse files
committed
Update readme.md
1 parent a0668e9 commit 73012a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ Or install it yourself as:
2424

2525
$ gem install vue_on_rails
2626

27+
Note that this gem requires vue.js, it must be included in your app.
28+
2729
## Usage
2830

31+
Require vue_on_rails in application.js
32+
```
33+
//= require vue_on_rails
34+
```
35+
2936
Init and destroy Vue components:
3037
```
3138
# Load Vue components

0 commit comments

Comments
 (0)