Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacomyal/domino-v2-proposal
[deprecated]
https://github.com/jacomyal/domino-v2-proposal
Last synced: 11 days ago
JSON representation
[deprecated]
- Host: GitHub
- URL: https://github.com/jacomyal/domino-v2-proposal
- Owner: jacomyal
- Created: 2014-08-07T13:22:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T14:34:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T01:45:58.468Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```