How to get started with Framework7, VueJS and Webpack

TL;DR $ npm install -g vue-cli $ vue init valnub/vue-framework7-webpack-template my-project $ cd my-project $ npm install $ npm run dev Note: Replace my-project with the name of your project. Check out my Github repo for template source code: https://github.com/valnub/vue-framework7-webpack-template In the following video I explain how to get started quick and easily with this […]