Use Vue.js to create custom web components
Include Vue.js components in any HTML/JS application
Use a global event bus instead of a state manager
Emit and listen to events across every Vue components of your app
Vue.js Component Style Guide
General purpose recommandations for writing Vue.js components code
How to use Docker containers for Vue.js applications
Get started with Docker and Vue.js
Hide elements during loading using "v-cloak"
You probably need this directive and didn't know it
Using Bootstrap with Vue.js
Question is : do you really need Boostrap ?
Build, test and deploy your Vue.js app easily with Gitlab
Introduction to Continuous Integration using free Gitlab tools
Another way to declare Vuex modules
`vuex-module` provides a syntax to write your store modules' state, actions, getters, etc. You may want to use it.
Simple state management, simpler than Vuex
Vue Stash makes it easy to share reactive data between components. An alternative to Vuex.
Hybrid Vue.js app in Cordova : desktop or mobile ?
A simple hack to know if the code is executed in a website or in the Cordova version of your app
Does Vue.js require jQuery ?
No it doesn't. But you might find it useful, here's why.