Combining Vue.js and Django – Everything you need to know

Django and Vue.js are my two favorite frameworks for building the best websites. In this post I will tell you everything you need to know to use them together. Read more

Similar

How to Setup Vuex in Nuxt

Nuxt automatically sets up your Vuex Store based on the way you create your folders and name files! In this post, Josh Deltener walks you through four methods to organizing your getters, actions, mutations, and state! (more…)

Read more »

Migrating a VueJS App to Vuex

Vuex is not so much a library as it is a design pattern. If you're new to Vuex, it can be daunting writing code that complies with the pattern. In this article, I'll demonstrate how to refactor a Vue.js app to incorporate Vuex. (more…)

Read more »