0.2.1 • Published 8 years ago

vue-algolia v0.2.1

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

vue-algolia

Vue.js components with integration to Algolia Search.

Build

You can easily build vue-algolia 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 file dist/vue-algolia.js.

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!

0.2.1

8 years ago

0.1.0

8 years ago