はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Vue.js - The Progressive JavaScript Framework | Vue.js』

  • 人気
  • 新着
  • すべて
  • Vue.js

    20 users

    vuejs.org

    TIP This FAQ assumes prior experience with Vue - in particular, experience with Vue 2 while primarily using Options API. Composition API is a set of APIs that allows us to author Vue components using imported functions instead of declaring options. It is an umbrella term that covers the following APIs: Reactivity API, e.g. ref() and reactive(), that allows us to directly create reactive state, com

    • テクノロジー
    • 2019/09/13 14:08
    • Vue
    • techfeed
    • JavaScript
    • あとで読む
    • Vue.js

      7 users

      vuejs.org

      Reactivity in Depth ​One of Vue’s most distinctive features is the unobtrusive reactivity system. Component state consists of reactive JavaScript objects. When you modify them, the view updates. It makes state management simple and intuitive, but it’s also important to understand how it works to avoid some common gotchas. In this section, we are going to dig into some of the lower-level details of

      • テクノロジー
      • 2018/09/18 16:34
      • Introduction — Vue.js

        4 users

        vuejs.org

        Vue 2 has reached EOL and is no longer actively maintained. Upgrade to Vue 3 or learn more about | Vue 2 EOL. The Cookbook vs the GuideHow is the cookbook different from the guide? Why is this necessary? Greater Focus: In the guide, we’re essentially telling a story. Each section builds on and assumes knowledge from each previous section. In the cookbook, each recipe can and should stand on its ow

        • テクノロジー
        • 2018/03/20 10:10
        • Vue.js
        • Style Guide — Vue.js

          20 users

          vuejs.org

          This is the official style guide for Vue-specific code. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. However, we don’t believe that any style guide is ideal for all teams or projects, so mindful deviations are encouraged based on past experience, the surrounding tech stack, and personal values. For the most part, we also avoid suggestions ab

          • テクノロジー
          • 2017/10/02 16:00
          • Vue.js
          • vue
          • architecture
          • techfeed
          • JavaScript
          • design
          • あとで読む
          • Vue.js Server-Side Rendering Guide - Introduction · GitBook

            48 users

            vuejs.org

            Server-Side Rendering (SSR) ​Overview ​What is SSR? ​Vue.js is a framework for building client-side applications. By default, Vue components produce and manipulate DOM in the browser as output. However, it is also possible to render the same components into HTML strings on the server, send them directly to the browser, and finally "hydrate" the static markup into a fully interactive app on the cli

            • テクノロジー
            • 2017/05/02 20:49
            • vue.js
            • Vue
            • ssr
            • Node.js
            • サーバ
            • js
            • Vue.js

              5 users

              vuejs.org

              Vueconf.US · The official Vue.js conf · Tampa, USA · 19-21 May 2025 Register Use VUEJSDOCS $200 off

              • テクノロジー
              • 2017/04/19 10:50
              • Comparison with Other Frameworks — Vue.js

                21 users

                vuejs.org

                Guide Essentials Installation Introduction The Vue Instance Template Syntax Computed Properties and Watchers Class and Style Bindings Conditional Rendering List Rendering Event Handling Form Input Bindings Components Basics Components In-Depth Component Registration Props Custom Events Slots Dynamic & Async Components Handling Edge Cases Transitions & Animation Enter/Leave & List Transitions State

                • テクノロジー
                • 2016/08/09 19:47
                • Vue.js
                • React.js
                • JavaScript
                • react
                • Vue.js

                  3 users

                  vuejs.org

                  Components Basics ​Components allow us to split the UI into independent and reusable pieces, and think about each piece in isolation. It's common for an app to be organized into a tree of nested components: This is very similar to how we nest native HTML elements, but Vue implements its own component model that allows us to encapsulate custom content and logic in each component. Vue also plays nic

                  • テクノロジー
                  • 2016/06/03 18:05
                  • Announcing vue-cli — Vue.js

                    3 users

                    vuejs.org

                    You’re browsing the documentation for v2.x and earlier. Click here for v3.x documentation. Dec 28, 2015 Recently there has been a lot of discussion around the tooling hurdle when you start a React project. Luckily for Vue.js, all you need to do to start with a quick prototype is including it from a CDN via a <script> tag, so we’ve got that part covered. However, that’s not how you’d build a real w

                    • テクノロジー
                    • 2015/12/29 20:55
                    • Vue.js 1.0.0 Released — Vue.js

                      46 users

                      vuejs.org

                      You’re browsing the documentation for v2.x and earlier. Click here for v3.x documentation. Oct 26, 2015 Hi HN! If you are not familiar with Vue.js, you might want to read this blog post for a higher level overview. After 300+ commits, 8 alphas, 4 betas and 2 release candidates, today I am very proud to announce the release of Vue.js 1.0.0 Evangelion! Many thanks to all those who participated in th

                      • テクノロジー
                      • 2015/10/26 22:59
                      • vue.js
                      • JavaScript
                      • js
                      • あとで読む
                      • library
                      • Vue.js 0.12 released! — Vue.js

                        4 users

                        vuejs.org

                        You’re browsing the documentation for v2.x and earlier. Click here for v3.x documentation. Jun 11, 2015 I’m really excited to announce that Vue.js 0.12: Dragon Ball is finally here! Thanks to everyone who tried out the beta/rc versions and provided feedback / bug reports along the way. There’s a lot to cover in this release, and we will talk about a few highlights below. However, it is still recom

                        • テクノロジー
                        • 2015/06/13 11:49
                        • JavaScript
                        • library
                        • Vue.js

                          6 users

                          vuejs.org

                          v-for ​We can use the v-for directive to render a list of items based on an array. The v-for directive requires a special syntax in the form of item in items, where items is the source data array and item is an alias for the array element being iterated on:

                          • テクノロジー
                          • 2015/01/06 16:43
                          • Vue.js 0.11 released! — Vue.js

                            12 users

                            vuejs.org

                            Nov 9, 2014 After the long wait, Vue.js 0.11 Cowboy Bebop is finally here! Thanks to everyone who tried out the release candidate versions and provided feedback / bug reports along the way. The 0.11 release introduced many new features and also a fair number of breaking changes, so please carefully read through the 0.11 Change List before upgrading. Aside from the API changes, 0.11 also ships with

                            • テクノロジー
                            • 2014/11/10 16:35
                            • Vue.js
                            • javascript
                            • Vue.js 0.10.6, and what's next — Vue.js

                              7 users

                              vuejs.org

                              Jul 29, 2014 0.10.6Vue.js 0.10.6 has been released! This is another small bug-fix release and will be the last maintenance version before the next major release. fix v-style error when value is falsy or a number. ( thanks to @dmfilipenko ) fix the built-in currency filter error when value is a string ( thanks to @dmfilipenko ) fix Vue.require for building with Component v1.0+ ( thanks to @kewah )

                              • テクノロジー
                              • 2014/07/29 17:04
                              • vue.js
                              • JavaScript
                              • library
                              • Building Larger Apps - vue.js

                                4 users

                                vuejs.org

                                Vue.js is designed to be as flexible as possible - it’s just an interface library that doesn’t enforce any architectural decisions. While this can be very useful for rapid prototyping, it could be a challenge for those with less experience to build larger scale applications with it. The following is an opinionated perspective on how to organize larger projects when using Vue.js. Build with Compone

                                • 世の中
                                • 2014/06/24 04:07
                                • Directives - vue.js

                                  6 users

                                  vuejs.org

                                  Data Binding Directives These directives can bind themselves to a property on the ViewModel, or to an expression which is evaluated in the context of the ViewModel. When the value of the underlying property or expression changes, the update() function of these directives will be called asynchronously on next tick. v-text Updates the element’s textContent. Internally, {{ Mustache }} interpolations

                                  • テクノロジー
                                  • 2014/06/22 21:31
                                  • vue.js
                                  • 後で読む
                                  • JavaScript
                                  • Vue.js

                                    4 users

                                    vuejs.org

                                    Transition ​Vue offers two built-in components that can help work with transitions and animations in response to changing state: <Transition> for applying animations when an element or component is entering and leaving the DOM. This is covered on this page. <TransitionGroup> for applying animations when an element or component is inserted into, removed from, or moved within a v-for list. This is c

                                    • テクノロジー
                                    • 2014/04/23 02:19
                                    • Vue
                                    • Vue.js

                                      4 users

                                      vuejs.org

                                      Listening to Events ​We can use the v-on directive, which we typically shorten to the @ symbol, to listen to DOM events and run some JavaScript when they're triggered. The usage would be v-on:click="handler" or with the shortcut, @click="handler". The handler value can be one of the following: Inline handlers: Inline JavaScript to be executed when the event is triggered (similar to the native oncl

                                      • テクノロジー
                                      • 2014/02/14 20:34
                                      • JavaScript
                                      • Vue.js

                                        7 users

                                        vuejs.org

                                        Vue.js - The Progressive JavaScript Framework

                                        • テクノロジー
                                        • 2014/02/14 19:48
                                        • javascript
                                        • tech
                                        • Performance Comparisons — Vue.js

                                          8 users

                                          vuejs.org

                                          TodoMVC Benchmark Last Updated: 2014-10-12 Looking for the TodoMVC Benchmark? It’s been removed because after discussion with some other framework authors we have agreed that: The original intention of these benchmarks were for comparing Browser performance rather than that of frameworks. The “synchronously trigger an action xxx times” test routine doesn’t reflect meaningful real world user action

                                          • テクノロジー
                                          • 2014/02/14 18:41
                                          • benchmark
                                          • JavaScript
                                          • Vue.js

                                            16 users

                                            vuejs.org

                                            Vue.js - The Progressive JavaScript Framework

                                            • テクノロジー
                                            • 2014/02/11 03:27
                                            • vue.js
                                            • Vue
                                            • Vue.js

                                              8 users

                                              vuejs.org

                                              You are reading the documentation for Vue 3! Vue 2 support has ended on Dec 31, 2023. Learn more about Vue 2 EOL.Upgrading from Vue 2? Check out the Migration Guide. What is Vue? ​Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative, component-based programming model that helps y

                                              • テクノロジー
                                              • 2014/02/04 10:15
                                              • vuejs
                                              • javascript
                                              • Vue.js - The Progressive JavaScript Framework | Vue.js

                                                259 users

                                                vuejs.org

                                                The Progressive JavaScript Framework An approachable, performant and versatile framework for building web user interfaces. Why Vue Get Started Install Get Security Updates for Vue 2 Special Sponsor slot is now vacant - Inquire now Approachable Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Performant Truly reactive, compiler-optimized rendering

                                                • テクノロジー
                                                • 2014/02/03 13:13
                                                • javascript
                                                • mvvm
                                                • framework
                                                • vue.js
                                                • library
                                                • js
                                                • vue
                                                • MVC
                                                • API
                                                • github

                                                このページはまだ
                                                ブックマークされていません

                                                このページを最初にブックマークしてみませんか?

                                                『Vue.js - The Progressive JavaScript Framework | Vue.js』の新着エントリーを見る

                                                キーボードショートカット一覧

                                                j次のブックマーク

                                                k前のブックマーク

                                                lあとで読む

                                                eコメント一覧を開く

                                                oページを開く

                                                はてなブックマーク

                                                • 総合
                                                • 一般
                                                • 世の中
                                                • 政治と経済
                                                • 暮らし
                                                • 学び
                                                • テクノロジー
                                                • エンタメ
                                                • アニメとゲーム
                                                • おもしろ
                                                • アプリ・拡張機能
                                                • 開発ブログ
                                                • ヘルプ
                                                • お問い合わせ
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について
                                                • ガイドライン
                                                • 利用規約
                                                • プライバシーポリシー
                                                • 利用者情報の外部送信について

                                                公式Twitter

                                                • 公式アカウント
                                                • ホットエントリー

                                                はてなのサービス

                                                • はてなブログ
                                                • はてなブログPro
                                                • 人力検索はてな
                                                • はてなブログ タグ
                                                • はてなニュース
                                                • ソレドコ
                                                • App Storeからダウンロード
                                                • Google Playで手に入れよう
                                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                設定を変更しましたx