とりあえずやってみよ~!

とりあえずやってみよ~!

なんでもいいから、やってみよ~!

本日の学習:Vue.js

今日はVue.jsのホームページを見て、概要理解とサンプルをやってみた。

部品毎にコンポーネントを作成してそれを組み合わせて作るんだね。

特徴はこんな感じ。


Today I tried out an overview and sample on the Vue.js home page.

Vue.js creates a component for each part and combines it to create a UI.

The features of Vue.js are as follows.

  • Virtual DOM
  • Component
  • Reusability & Composition
  • Transitions
  • Routing

jp.vuejs.org