ellipsis
v1.0.2
Published
Ellipsis is responsive HTML5 web component framework for modern browsers
Downloads
16
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 ellipsisClean 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-interactionMinified
gulp minify
gulp minify-core
gulp minify-elements
gulp minify-interactionProject
Builds a localhost Compass\Sass design project in created project folder named 'design'
gulp design
http://localhost:8080Documentation
Coming soon...
Tests
Coming soon...
