0.1.0 • Published 8 years ago

vue-isotope v0.1.0

Weekly downloads
17
License
ISC
Repository
-
Last release
8 years ago

vue-isotope

Vue.js components for creating Isotope Layouts.

Build

You can easily build vue-isotope yourself.

Prerequisites

Our build tool of choice is Webpack. You should have webpack installed globally:

npm install -g webpack

And the build dependencies:

npm install && bower install

Build

Any of the following will create the files dist/vue-isotope.js and dist/vue-isotope.css.

Production build

Includes minification and several optimizations:

npm run build

Development build

A faster build suited for development, with no optimizations and without minification:

npm run build-dev

Watch

Start an initial development build and then FAST continuous incremental builds:

npm run dev

Documentation

Work in progress!