Vue-emit: an npm package to dispatch events in Vue.js

Vue.js provides an API for dispatching events in components by this.$emit. But in functional components, you don’t have this instance at all and many people who didn’t previously worked with functional components, ask “How to emit an event in a functional component?”… Source: https://dev.to/denisinvader/vue-emit-an-npm-package-to-dispatch-events-in-vuejs-2a4f

What You Need to Know about Vue CLI 3

Learn about the new features of Vue CLI 3 and how you can benefit from upgrading today. Vue CLI, the standard build toolchain for Vue applications, got a new major release (v3) a couple of weeks ago. In this article we will review some of the major features and why it’s so important…. Source: https://www.telerik.com/blogs/what-you-need-to-know-about-vue-cli-3

What You Need to Know about Vue CLI 3

Learn about the new features of Vue CLI 3 and how you can benefit from upgrading today. Vue CLI, the standard build toolchain for Vue applications, got a new major release (v3) a couple of weeks ago. In this article we will review some of the major features and why it’s so important…. Source: https://www.telerik.com/blogs/what-you-need-to-know-about-vue-cli-3

Writing multiple Vue components in a single file

Writing multiple components in one file is a pattern from React where some files contain multiple components. Some of those components are “private” to the file/exported component since no other component needs to consume them…. Source: https://codewithhugo.com/writing-multiple-vue-components-in-a-single-file/

Using Parcel In A Vue.js App

When it comes to bundler, Webpack seems to be the de-facto bundler within the Vue.js community. In this tutorial, I will be showing you how to use Parcel in a Vue.js application completely from scratch. Parcel is a blazing fast, zero configuration web application bundler…. Source: https://scotch.io/tutorials/using-parcel-in-a-vuejs-app

How to build SPA with Vue.js

Single-page applications have many advantages — speed, really good UX, and, as for developing for Drupal, the full control over the markup. There is an increasing number of sites using SPA; there are more and more tools that simplify the process of developing complex SPA…. Source: https://itnext.io/how-to-build-spa-with-vue-js-b431255418c2

Testing vue-apollo Components with Jest

Recently I’ve been working on some tests for Vue single-file components with vue-apollo queries and mutations. Unfortunately, there are not so many guides on the topic so I decided to share my experience…. Source: https://dev.to/vuevixens/testing-vue-apollo-components-with-jest-3gj3