Vue-cli 3 plugin for adding Framework7 support to project using framework7-vue
npm install vue-cli-plugin-framework7
npm install -g @vue/cli
`
Create a new Project
`
vue create project-name
`
Enter insiede the directory project and install vue-cli-plugin-framework7
`
cd project-name
`
To add Framework7 support to your vue-cli-powered project, run the following command in the project root folder:
`
vue add framework7
`
You will be prompted to choose if you want to add the Framewor7 example application.
If you pick yes option, the example application will replace the example Vue App in your project (attention, the framework7 package is about 165MB).
Run
`
npm run serve
``