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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ Ruby classes can subclass `Hyperloop::Component` to become React components, `Hy
30
30
31
31
**Note** Hyperloop is dependent on React and JQuery.
32
32
33
+
See [VERSIONS](https://github.com/ruby-hyperloop/hyperloop-js/blob/master/VERSIONS.md) for the version numbers of the included Gems.
34
+
33
35
## How to use
34
36
35
37
First add React, JQuery, `hyperloop.js` and `opal-compiler.js` to your HTML page:
@@ -68,9 +70,9 @@ Note: For a Single Page Application (SPA) you would only mount your first (top-l
68
70
69
71
## Example
70
72
71
-
See this example in action here: http://hyperloop.id.github.io/hyperloop-js/
73
+
There is a live demo page here (index.html in this repo): [https://ruby-hyperloop.github.io/hyperloop-js/](https://ruby-hyperloop.github.io/hyperloop-js/)
72
74
73
-
index.html:
75
+
Here is a simple index.html:
74
76
```ruby
75
77
<!DOCTYPE html>
76
78
<!--[ifIE]><![endif]-->
@@ -109,7 +111,7 @@ index.html:
109
111
110
112
### Want a larger example?
111
113
112
-
The Hyperloop website and [ChatRoom application and tutorial](http://ruby-hyperloop.io/tutorials/chat_app/) uses hyperloop-js.
114
+
The [Hyperloop website](http://ruby-hyperloop.io/) and [ChatRoom application and tutorial](http://ruby-hyperloop.io/tutorials/chat_app/) uses hyperloop-js.
0 commit comments