Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1018 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 1018 Bytes

Iota Observable Examples

This repository contains example code for Iota Observable.

standalone-amd-cs

This example demonstrates standalone usage employing RequireJS as AMD module loader and CoffeeScript as main language.

The project was created using Volo:

volo create standalone-amd-cs
cd standalone-amd-cs
volo add iota-observable
volo add cs
# Modify `www/js/app.js`: "cs!app/main"
mv www/js/app/main.js www/js/app/main.coffee
# Modify `main.coffee`

rivets-amd-js

This example shows the combination with Rivets employing RequireJS as AMD module loader

The project was created using Volo:

volo create rivets-amd
cd rivets-amd
volo add jquery
volo add rivets
volo add rivets-iota-observable-adapter
volo add iota-observable
# Modify `www/js/app/main.js`