It is really easy to build your app with Framework7 and Vue. To get started we need to install Framework7, Vue, Framework7 Vue plugin. You can skip this step and use one of the ready to use starter app templates.
There are few ways to install Framework7:
$ npm install framework7
$ bower install framework7
In the downloaded/installed package we need files from the dist/ folder.
Read about how to install Vue on the official Vue Installation Guide.
Now we need the Framework7 plugin for Vue:
$ npm install framework7-vue
In the downloaded/installed package we need files from the dist/ folder.