Git Product home page Git Product logo

vuejs-videolari's Introduction

YouTube'da Turkce VueJS anlattigim videolarda yazdigim kodlari bu repo altinda topladim. Videolarin tamamini bu YouTube playlist'inde bulabilirsiniz. Kanalimda paylastigim tum videolara ise buradan ulasabilirsiniz.

VueJS 01: VueJS ile Uygulama Geliştirme Sunumu

http://f.acet.me/O8SV.png

VueJS 02: Hello World!

http://f.acet.me/L4Cb.png

VueJS 03: v-for ile Amazon benzeri bir shopping cart yapiyoruz

http://f.acet.me/3gkk.png

VueJS 04: Computed Properties ile dinamik data kullanimi

http://f.acet.me/fpxQ.png

VueJS 05: Components

http://f.acet.me/feLa.png

VueJS 06: vue-cli ve .vue dosyalarinin yapisi

http://f.acet.me/cGUy.png

VueJS 07: Giphy API kullanarak yeni bir app yapalim

http://f.acet.me/5pIW.png

VueJS 08: Vue Router

http://f.acet.me/AKmo.png

VueJS 09: BONUS 1: Eksik kalan kisimlar

http://f.acet.me/yrgn.png

VueJS 10: Vue JS icin Unit ve E2E testler yazmak

http://f.acet.me/UOPD.png

VueJS 11: Swagger ile API tasarlayalim

http://f.acet.me/hLZO.png

VueJS 12: Single Page Application

http://f.acet.me/cHqm.png

vuejs-videolari's People

Contributors

fatihacet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vuejs-videolari's Issues

SPA video serisi için "TypeError: Cannot read property 'then' of undefined" hatası.

Videoların çekildikten sonra firebase ve vuejs bileşenlerindeki güncellemelerden dolayı kodda çeşitli uyumsuzluklar ortaya çıkmış.

store.js dosyasında ki fetchMovies fonksiyonunu bitiredikten sonra sayfayı yenilediğimde consolda şöyle bir hata alıyorum.

[Vue warn]: Error in created hook: "TypeError: Cannot read property 'then' of undefined"
found in
---> <App> at src/App.vue
       <Root>
TypeError: Cannot read property 'then' of undefined
    at Store.fetchMovies (store.js?a073:17)
    at Array.wrappedActionHandler (vuex.esm.js?2f62:721)
    at Store.dispatch (vuex.esm.js?2f62:428)
    at Store.boundDispatch [as dispatch] (vuex.esm.js?2f62:322)
    at VueComponent.created (App.vue?234e:18)
    at callHook (vue.runtime.esm.js?2b0e:3038)
    at VueComponent.Vue._init (vue.runtime.esm.js?2b0e:4735)
    at new VueComponent (vue.runtime.esm.js?2b0e:4881)
    at createComponentInstanceForVnode (vue.runtime.esm.js?2b0e:4404)
    at init (vue.runtime.esm.js?2b0e:4235)

bu hataya neden olan kod blogu şöyle:

const actions = {
    fetchMovies(context) {
        return service.fetchMovies().then((snapshot) => {
          return context.commit('setMovies', snapshot.val());
        });
      }
};

bu sorunu nasıl çözebilirim acaba?

ayrıca bu ve benzeri bazı sorunları giderdikten sonra mevcut sürümlere uyumlu bir şekilde bu uygulamanın kodlarını da buraya eklememiz güzel olur bence.

Not: actions içerisinde kalan diğer fonksiyonlarda aynı hatayı aldığım için burdan ilerleme kaydedemiyorum. bu konuda yardımcı olursanız çok sevinirim.

Altyazı

İşitme engelliler için Türkçe, daha geniş bir kitleye ulaşmak için de İngilizce altyazı eklenebilir. Seriyi beğenenlerce küçük bir topluluk kurup böyle bir topa girilebilir, ne dersin?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.