Changes
Page history
Update Documentation
authored
Sep 30, 2018
by
Felix Cervin
Show whitespace changes
Inline
Side-by-side
Documentation.md
View page @
2295c148
...
...
@@ -47,7 +47,7 @@ Vue.app.service('users').create({...})
You also have access to the Feathers Socket. Here's how it's setup:
```
javascript
import
io
from
'
socket.io-client
import
io
from
'
socket.io-client
'
Vue
.
io
=
io
Vue
.
socket
=
Vue
.
io
(
'
http://localhost:3030
'
)
```
...
...
...
...