iT邦幫忙

鐵人檔案

第 11 屆 iThome 鐵人賽
回列表
自我挑戰組

前端新手筆記-Vue.js 系列

剛好最近在學習Vue.js,想說藉由活動來督促自己更加釐清學習上的觀念。

鐵人鍊成 | 共 30 篇文章 | 35 人訂閱 訂閱系列文 RSS系列文
DAY 11

Day11 Vue Watch介紹

本文同步發表於Andy's Blog 前言 昨天介紹完Computed屬性後,我們今天要來介紹Watch。 Watch 用途:主要是用來監聽實體內特定的變數...

2019-09-27 ‧ 由 chunwen 分享
DAY 12

Day12 Vue computed VS watch VS method

本文同步發表於Andy's Blog 前言 這兩天我們介紹完了Computed與watch特性與用法。那今天我們將來了解一下,這三者有什麼差異。 第一部分:...

2019-09-28 ‧ 由 chunwen 分享
DAY 13

Day 13 Vue Filter 過濾器介紹

本文同步發表於Andy's Blog 前言 昨天我們將computed、methods()、watch,三個屬性做了一個簡單比較。而今天我們將要介紹另外一個...

2019-09-29 ‧ 由 chunwen 分享
DAY 14

Day14 練習做一個貨幣轉換器

本文同步發表於Andy's Blog 前言 這兩天,我們介紹了computed、watch、method()、filter屬性。並且對這些特性的使用方式做了...

2019-09-30 ‧ 由 chunwen 分享
DAY 15

Day 15 Vue Component(元件) 介紹、建立方式、特性

本文同步發表於Andy's Blog 前言 今天終於要進入Vue Component單元勒(撒花),而在接下來幾天我們會來慢慢介紹元件的相關內容,那我們就開...

2019-10-01 ‧ 由 chunwen 分享
DAY 16

Day16 Vue Component(元件) props、emit介紹

本文同步發表於Andy's Blog 前言 昨天認識了Component特性後,我們今天要來介紹Component之間如何傳遞資料 元件溝通方式 元件與元件...

2019-10-02 ‧ 由 chunwen 分享
DAY 17

Day17 Vue Component(元件) - props使用注意細項(1)

本文同步發表於Andy's Blog 前言 昨天介紹了元件與元件之間的溝通方式:props in,emit out,而我們今天要針對Props操作上細部介紹...

2019-10-03 ‧ 由 chunwen 分享
DAY 18

Day18 Vue Component(元件)-props使用注意細項(2)

文章同時刊載於Andy's Blog 前言 延續昨天話題,今天會來繼續聊聊props使用注意細節。 狀況一:讀取遠端資料 我們今天如果使用AJAX讀取遠端資...

2019-10-04 ‧ 由 chunwen 分享
DAY 19

Day19 Vue Component溝通($parent、$children)

本文同步刊載於Andy's Blog 前言 這兩天介紹完Vue第一種元件之間的溝通方式,props in ,emit out,並且針對props使用上也做了...

2019-10-05 ‧ 由 chunwen 分享
DAY 20

Day 20 Vue Component(元件)-props.sync 溝通方式

本文同步發表於Andy's Blog 前言 昨天介紹完this.$parent、this.$child方法後,突然想到沒有介紹到.sync這個語法糖。OK,...

2019-10-06 ‧ 由 chunwen 分享