From 2fafe394fe488c6cf692beaee403feb28bcd308b Mon Sep 17 00:00:00 2001 From: nematatu <65707016+nematatu@users.noreply.github.com> Date: Sun, 10 May 2026 22:15:00 +0900 Subject: [PATCH] Add "chibivue" to free-programming-books-ja.md (#13245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add Japanese Book (Vue.js) * free-programming-books-ja.md を更新 Co-authored-by: Eric Hellman * Update books/free-programming-books-ja.md Co-authored-by: Eric Hellman --------- Co-authored-by: Eric Hellman --- books/free-programming-books-ja.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-ja.md b/books/free-programming-books-ja.md index e57afe72e..9283fb1dc 100644 --- a/books/free-programming-books-ja.md +++ b/books/free-programming-books-ja.md @@ -48,6 +48,7 @@ * [Node.js](#nodejs) * [React](#react) * [Svelte](#svelte) + * [Vue.js](#vuejs) * [Julia](#julia) * [LaTeX](#latex) * [Linux](#linux) @@ -445,6 +446,11 @@ * [Svelte をはじめる](https://developer.mozilla.org/ja/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started) - MDN +#### Vue.js + +* [The chibivue Book](https://book.chibivue.land/ja.html) - ubugeeei + + ### Julia * [Julia Language Programming](http://www.nct9.ne.jp/m_hiroi/light/julia.html) - 広井誠