I
I
igor_solweb2021-01-29 15:12:24
Vue.js
igor_solweb, 2021-01-29 15:12:24

Connecting vuelidate to vue project without cli?

Tell me, the question has been tormenting me for a long time, I still don’t really understand this. There are projects on assemblers like webpack, there is just a vue connection in a separate js file.
I have just the second option, I am doing a project on vue without the participation of npm cli. So here's how to properly connect vuelidate to the project in this case?
The project structure is as follows:
vue is connected in scripts,
the main.js script file is connected, it already contains

window.onload = function () {
    var app = new Vue({
        el: '#app',
        /*   Data   */
        data: {

and so on..
So I need to connect vuelidate, how to do it right?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WapSter, 2021-01-30
@igor_solweb

https://stackoverflow.com/questions/50426266/vueli...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question