Installation

1. Install Framework7

First of all we need to library itself.

2. Install Vue

Read about how to install Vue on the official Vue Installation Guide.

3. Install Framework7-Vue Plugin

Now we need the Framework7-Vue plugin for Vue, we can do it with two ways:

  • We can download required Framework7-Vue files from .

  • Install From NPM

    We can also install Framework7-Vue from NPM:

Framework7-Vue can also be imported as an ES-next module:

By default it exports only core Framework7-Vue plugin without any components.

And if you need additional components they must be imported additionally:

Now when we have downloaded/installed Framework7-Vue, we can start from creating App Layout.