Atsuhiko / Web-App

Webアプリ研究会
2 stars 2 forks source link

Vuexとは #12

Open yuyuyuriko78 opened 4 years ago

yuyuyuriko78 commented 4 years ago

Vuexとは

Vueとの関係


参考

Atsuhiko commented 4 years ago

早速ありがとうございます!

yuyuyuriko78 commented 4 years ago

グローバル変数変更のルール

image

Dispachする

② APIと非同期処理

Commitする

Mutateする(同期処理)

Renderする

yuyuyuriko78 commented 4 years ago

Vueにどう書く

Vue.js

import Vue from 'vue'
import Vuex from ' vuex'

Vue.use(Vuex)