ellipsis
v1.0.2
Published
Ellipsis is responsive HTML5 web component framework for modern browsers
Downloads
19
Readme
Ellipsis
Ellipsis is responsive HTML5 web component framework for modern browsers built over the Google Polymer platform, the jQuery UI widget factory and Compass/Sass.
Current Version
v1.0.0
Usage
Browserify
var ellipsis = require('ellipsis')
Stand-alone
<script src="dist/ellipsis.js"></script>
Installation
#install the compass gem
gem install ellipsis-compass
#install into an existing project
npm install ellipsis
Clean Project Install
For a clean project install, follow the instructions for ellipsis-gulp
Build
Development
#the kitchen & sink distro
gulp build
#gestures, animations, polymer platform and element ui factory
gulp build-core
#core + custom elements library
gulp build-elements
#jQuery UI interactions: draggable,droppable,selectable,resizable,sortable
gulp build-interaction
Minified
gulp minify
gulp minify-core
gulp minify-elements
gulp minify-interaction
Project
Builds a localhost Compass\Sass design project in created project folder named 'design'
gulp design
http://localhost:8080
Documentation
Coming soon...
Tests
Coming soon...