Is Vuetify and VUE is same?

Vuetify is a component framework for Vue. js 2. It aims to provide clean, semantic and reusable components that make building your application a breeze. Vuetify utilizes Google’s Material Design design pattern, taking cues from other popular frameworks such as Materialize.

Read more

Neden VUEX?

Vuex ‘in en güzel yanlarından bir tanesi ise uygulamamızdaki tüm component’lar data’ya istediği anda ulaşabiliyor ve istediği zaman data üzerinde değişiklik yapabiliyor olmasıdır. Değişiklikleri yapmak istediğimiz component’ta bir ‘action’ veya ‘mutation’ dispatch ederek olayın gerçekleşmesini sağlayabiliriz.

Read more