Vue JS Intro

25
Vue.js Introduction by @eezhal92 June 24th, 2016 @ IBTI Palu

Transcript of Vue JS Intro

Page 1: Vue JS Intro

Vue.js Introductionby @eezhal92

June 24th, 2016 @ IBTI Palu

Page 2: Vue JS Intro

Sema?

Muhammad Rizki Rijal a.k.a @eezhal92

Full-stack Developer,FreelancerPalu-er, linkedin: https://goo.gl/9xAKSr

fb: https://goo.gl/KVWAZE

Page 3: Vue JS Intro

What is Vue JS?

Page 4: Vue JS Intro

“ Vue.js (pronounced /vju /, like view) is a library for building interactive web interfaces “

Page 5: Vue JS Intro

Why using Vue?

Page 6: Vue JS Intro

- Reactive data binding- Composable view component- Mix and match small library- Progressive framework! (router, resource/ajax stuff,

state management and many more)- Simple API (easy to learn)- Lightweight- Rapid grow community- .etc

Page 7: Vue JS Intro

A little bit aboutMVVM and ”reactive”

Page 8: Vue JS Intro
Page 9: Vue JS Intro
Page 10: Vue JS Intro

INAF!!! JAS SOW ME DA

KOD!

Page 11: Vue JS Intro

Puhli~s

Page 13: Vue JS Intro

Commonly used API

Options/Data- data- props- computed- methods- watch

Options/Misc- events

Options/DOM- el- template

Global API- Vue.component- Vue.extend

Options/Assets- components

Directives- v-if- v-show- v-else- v-for- v-on- v-bind- v-model

Instance Methods- vm.$emit- vm.$dispatch- vm.$broadcast

Page 14: Vue JS Intro

Lifecycle Hooks

- init- created- beforeCompile- compiled- ready- attached- detached- beforeDestroy- destroyed

illustration

Page 15: Vue JS Intro

Component

Page 16: Vue JS Intro
Page 18: Vue JS Intro

Progressive

Page 20: Vue JS Intro

Demo

Page 21: Vue JS Intro

Vue JS 2.0?

Page 22: Vue JS Intro

- Server-side rendering- Virtual DOM- Render function & JSX- etc.

https://youtu.be/c9esL3I4IGM

https://medium.com/the-vue-point/announcing-vue-js-2-0-8af1bde7ab9#.7f985q4to

Page 23: Vue JS Intro

Any question?

Page 24: Vue JS Intro

- https://laracasts.com/series/learning-vue-step-by-step- http://vue-workshop.surge.sh/- https://lepture.com/en/2016/vuejs-from-view-to-view- Vue JS Indonesia

https://www.facebook.com/groups/1675298779418239

Resources

Page 25: Vue JS Intro

Thanks!