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 […]


How we became the 2nd fastest online retail shop in Germany

I’ve been working for my client HSE24 for quite some time now on optimizing their website’s load performance with their team. In this article I’d like to share how and what we optimized to become the 2nd fastest retail online shop in Germany according to Dynatrace Performance Benchmark. Actions to improve website performance Disclaimer: This […]

Should I use Angular’s ngRouter in Framework7?

TL;DR No, you shouldn’t use ngRouter with Framework7. Use ajax pages and set pushState:true instead! I’m getting quite a lot of questions regarding the implementation of navigation in Framework7 apps with Angular.js. How do I use ajax pages with Angular? Does ngRouter work with F7? How can I get the back button in the browser […]

How to scroll up by tapping status bar in Cordova/PhoneGap

Holy, moly! This issue has been chasing me for more than 3 years! I’ve always been a passionate Cordova/PhoneGap developer, even if many people don’t like it: I personally think it’s not a bad platform if you got experience and you know what you’re doing. However, since apps built with Cordova/PhoneGap completely rely on webkit […]