Mixins Basics Option Merging Global Mixin Custom Option Merge Strategies Mixins Basics Mixins are a flexible way to distribute reusable functionalities for Vue components...
Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Introduction N...
Plugins Writing a Plugin Using a Plugin Plugins Plugins are self-contained code that usually add global-level functionality to Vue. It is either an object that exposes an in...
The Composition API The Component Testing the Props Message Testing the Button Click Conclusion This book is written for Vue.js 3 and Vue Test Utils v2. Find the Vue.js 2 ve...
Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as p...
Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy as po...
v-ga v-ga This directive allows us to centralize all track events in one object and share it across the entire application without needs to add extra logic to our component met...