Very effective and lightweight router for Vue 3Vue Router is great but not very integrated with SFC. Here a solution how to quickly with only a few lines to add a router to your V.Nov 22, 2023Nov 22, 2023
A setup function with Vue 2.xThe official vue documentation tells you to put your methods in an object methods. This sounds quite logic, but wait here a moment. Is it…May 18, 2021May 18, 2021
Simple persistent state in your Vue components without any dependenciesEver got the feeling a variable would be better off if it persisted over page refreshes? Of course this functionality could be achieved…Nov 10, 2020Nov 10, 2020
Improve performance and debugging with VueVue is eager in adding reactivity to your data and for a good reason to detect changes. Yet for big dataset this comes with a slight…Oct 14, 2020Oct 14, 2020
Demystify Vue vs React comparisonsThere are many articles and videos on the internet comparing frontend frameworks based on size, github stars, learning curve. But let be…Jul 28, 2020Jul 28, 2020
Easy automatic routes generation for VueOne thing I quite like from the Nuxt framework is the automatic routing capabilities. After a quick look on the web I came across…Apr 8, 2020Apr 8, 2020
Simple routing with middleware for PHPRouting your request is a good pattern to handle dynamic urls. Of course it’s possible to create files for each request but you will soon…Feb 17, 2020Feb 17, 2020
Autoloading of components with VueTo speed up development in Vue project, I mostly include a directory that will automatically loads all the components inside a folder as…Feb 10, 2020Feb 10, 2020
Fast and easy PHP development with Browser-sync and PHP build in serverTired of setting up the build environment. Luckily recent versions of PHP come with a build-in server, which makes it easier than ever to…Nov 22, 2019Nov 22, 2019
Simple continuous integration with Github and PHPThere are a lot of nice tools to do continuous integration like Jenkins, Puppet, Buddy, GoCD and many more. But as great as they are, they…Nov 11, 2019Nov 11, 2019