vue

npm run serve
npm run build

npm install --save-dev vite

https://vuejs.org/tutorial/
https://www.digitalocean.com/community/tutorials/vuejs-v-model-two-way-binding
https://tutorialzine.com/2016/03/5-practical-examples-for-learning-vue-js
https://awesome-vue.js.org/resources/examples.html

 

https://stackoverflow.com/questions/34723680/vuejs-event-on-change-of-element-value

https://www.youtube.com/channel/UCO6jIzhTzSbmaLNq62p-0MA/featured
Vue.js on a real website! Adding Vue.js to a PHP Yii2 application.


$this->registerJsFile("https://cdn.jsdelivr.net/npm/vue/dist/vue.js",['position'=> $this::POS_HEAD]);

https://www.smashingmagazine.com/2018/02/jquery-vue-javascript/
https://medium.com/kaliop/how-to-use-vuejs-instead-of-jquery-ee6003ba323d

https://stackoverflow.com/questions/67885488/how-to-show-a-hidden-div-by-clicking-on-another-div-button-in-vue

https://stackoverflow.com/questions/69295352/vue-js-show-hide-element-on-click

v-model
https://vuejs.org/api/built-in-directives.html#v-text
https://jsfiddle.net/evnctym1/

https://www.jstips.co/en/more/vuejs-how-vuejs-makes-a-copy-update-replace-inside-the-data-binding/

https://vuejs.org/guide/components.html#What-are-Components
https://stackoverflow.com/questions/66644191/refs-returns-undefined-in-vue-js
https://www.nicesnippets.com/blog/vue-js-get-element-by-id-example

https://stackoverflow.com/questions/43499917/vue-components-and-ajax-loaded-html-content


https://stackoverflow.com/questions/46305448/vue-js-calling-function-on-change

 

https://www.codetd.com/en/article/12515792

Rate this FAQ

0 (0 Votes)