C
C
coderisimo2019-03-15 13:35:44
JavaScript
coderisimo, 2019-03-15 13:35:44

Can you tell a noob how to use text-mask/vue/ lib without webpack and other fancy stuff?

I'm trying to use this - https://github.com/text-mask/text-mask/tree/master/vue
I'm writing a project in yii. There is NO need for assemblers. vueTextMask.js is loaded last, as it should.
What to do next? Is it possible somehow without assembly, webpack, and other "favorite fashion dances" to simply use this functionality with ready-made vue code and markup?
Let's say I need axios. I don't need to do anything other than connecting it to the page. And here it is not at all clear how to be)
There is a Vue code , there is a form, it has inputs. The inputs are associated with the attributes of the vue app model. Is it possible to set the mask settings in the input attributes and get the desired functionality? What steps need to be taken?
var app = new Vue({.......... });
(About the steps. Pliz, do not write that you need to step to the abyss and throw yourself there, similar thoughts have already come to my mind)))))
Thank you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex, 2019-03-15
@coderisimo

  1. via npm or directly from the repository, save yourself a file with the plugin locally.
  2. all

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question