Skip to content
Christian Kaisermann edited this page Jun 19, 2017 · 18 revisions

Installation

aph is available on the NPM and Bower Registry.

With npm or yarn

npm install aph
yarn add aph

With bower

bower install --save aph

Manual installation


aph uses ES6 module syntax for ease of importing it inside your code. For those concatenating scripts or including directly into the HTML, there's also an Universal Module Definition version available.

Clone this wiki locally