Vue JS Intro

preview_player
Показать описание


In this quick video we will give you a quick introduction into using the Vue JS library. We will talk about data-binding, looping through lists, and events with Vue JS.
Рекомендации по теме
Комментарии
Автор

An excellent introduction under 10 minutes. Exactly what I needed. Thanks!

Bitstream
Автор

This was my crash course. This is very slick shtuff.


just for fun:
1) put the v-on:click="buttonClick" inside of the <li> and take the button out.
2) add a parameter to the buttonClick method, call it e
3) then replace the alert(...) with this.message = e.target.innerText
for test, I added one more <li> manually under the 'decorated' <li> and it didn't trigger the event, as expected/desired

sandybathwater
Автор

Very good intro to give an idea of what building with vue is like.

bradysllvn
Автор

thank you for quick introduction of Vue.js.

Seankim-vjfl
Автор

One of the few awesome channels. Looking forward to the series. :)

pratyushbarikdev
Автор

a pretty short and clear introduction about vue.js

charleswang
Автор

Quick and simple tutorial, love it! Thanks :) Please keep up the good work!

timoernst
Автор

OMG that's sick

*drops polymer and react for new favorite toy!*

samdeacon
Автор

This is sleek! I hope that there will be a series for this.

truebitoy
Автор

vue :- Can i copy your homework ?
angular :- Sure, change it up a bit so people don't notice.
**changes {data-} with {v-}**

meninja
Автор

Waiting patiently for your next vid on Vue!

Pulpdood
Автор

Muito bom! simples e direto para um primeiro contato com Vue.JS

lifeatweb
Автор

Thanks for this useful video.Keep it up.

kamalpreetsingh
Автор

I'm new to Web development and just want to built a simple web app. I spent weeks to end up learning backbone.js over ton of others js framework out there because it lightweight and simplicity. I guess I need more few weeks to reconsider why do I need learn backbone while vue looks far great

huynq
Автор

Hi! Great video, thanks. Please, can you tell which font are you using in Sublime?

ВікторКузнєцов-см
Автор

You are really good at this, go on and do a full course on VUE

solomonkitumba
Автор

I have a question regarding importing an anime.js into my vue project. I do it like this:

` import anime from 'animejs'
Vue.use(anime);`

but i get an error in the console that says Uncaught TypeError: a.hasOwnProperty is not a function. . . can you guys help me?

MrPogi-lfgz
Автор

Nice video! Just getting into vue.js. Would you recommend using it for small projects/single page websites and that kind of stuff?

juangermano
Автор

Nice! cool turorial! By the way, what color scheme did you use for your editor?

jetrooper_gaming
Автор

should i learn node with Vue or PHP ? Seems like Vue is Laravel, but PhP perse is dying ???? or waning atleast

goldilockszone