October 2019
Intermediate to advanced
108 pages
2h 24m
English
Let's get started with the installation of the v-mask library. In order for our project to use what it has to offer, we first need to add it to our project dependencies. Follow these steps in order to do this:
> npm install v-mask
import VueMask from 'v-mask'Vue.use(VueMask);
Now that we have registered our plugin, we have access to a new directive: v-mask. We can add this new directive directly onto our ...
Read now
Unlock full access