인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
Programming

/

Front-end

Learning Vue while making web games

Learn Vue.js and Vuex and Vue Router, which are used with Vue, by creating 8 simple web games.

(4.9) 137 reviews

7,532 students

Vue.js
Webpack
Vuex
Thumbnail

When this.$root.$data doesn't work

Unlike the previous notice, you can change it again as follows.

 new Vue(TicTacToe). $mount ( '#root' );
Comment