Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacomyal/domino-v2-proposal

[deprecated]
https://github.com/jacomyal/domino-v2-proposal

Last synced: 11 days ago
JSON representation

[deprecated]

Awesome Lists containing this project

README

        

domino.js v2 proposal (deprecated)
==================================

*domino.js* is an asynchronous JavaScript cascading controller for fast interactive Web interfaces prototyping, developped by [Alexis Jacomy](http://github.com/jacomyal) at [Atelier Iceberg](http://twitter.com/ateliericeberg). It is released under the [MIT License](LICENSE.txt).

### How to use it

To use it:

```bash
# Clone the repository
git clone [email protected]:jacomyal/domino.js.git

# Install dependencies (please first ensure you have NPM and Node.js installed)
npm install

# Build a minified version
grunt
```