https://github.com/llopez/twitter-boostrap-weaver
Bootstrap Weaver is an HTML / JS drag and drop application for easy creation of Twitter Boostrap views
https://github.com/llopez/twitter-boostrap-weaver
Last synced: about 1 year ago
JSON representation
Bootstrap Weaver is an HTML / JS drag and drop application for easy creation of Twitter Boostrap views
- Host: GitHub
- URL: https://github.com/llopez/twitter-boostrap-weaver
- Owner: llopez
- Created: 2013-05-07T18:25:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T21:52:08.000Z (about 13 years ago)
- Last Synced: 2023-03-11T04:12:20.515Z (over 3 years ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitter Boostrap Weaver
=======================
Twitter Bootstrap Weaver is an HTML / JS *drag and drop* application for easy creation of Twitter Boostrap Templates
Tech
----
Bootstrap Weaver uses:
* jQuery - JavaScript library
* jQuery UI - JavaScript UI library
* Backbone.js - Awesome MVC JavaScript framework
* CoffeeScript - Little language that compiles into JavaScript
* Twitter Bootstrap - Great UI boilerplate for modern web apps
In the background:
* guard-sprockets - Organize, compress & compiles all my CoffeeScript source files into a little one. That's amazing!!
Installation
------------
git clone [git-repo-url] BootstrapWeaver
cd BootstrapWeaver
open public/index.html
Live Demo
---------
* [Try the demo](http://llopez.github.io/twitter-boostrap-weaver)
Development
-----------
Start Guard
$ bundle exec guard
Open your favorite IDE
$ mate .
And then you can drink some Coffee!
TODO
----
* Export code to haml / html
* Edit / Remove added controls
* Add more controls
* See control preview before insert