About 466 results
Open links in new tab
  1. Vue.js - The Progressive JavaScript Framework | Vue.js

    An approachable, performant and versatile framework for building web user interfaces.

  2. Quick Start - Vue.js

    To get a walkthrough of the recommended setup, watch this interactive Scrimba tutorial that shows you how to run, edit, and deploy your first Vue app. Creating a Vue Application

  3. Ways of Using Vue

    Although Vue is primarily designed for building web applications, it is by no means limited to just the browser. You can: Build desktop apps with Electron or Wails; Build mobile apps with Ionic …

  4. Creating a Vue Application

    Every Vue application starts by creating a new application instance with the createApp function: js import { createApp } from 'vue' const app = createApp ({ /* root component options */ })

  5. Examples - Vue.js

    Explore practical examples of Vue.js, the progressive JavaScript framework for building web user interfaces with intuitive API and world-class documentation.

  6. Introduction — Vue.js

    What is Vue.js? Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be …

  7. Vue and Web Components

    We consider Vue and Web Components to be primarily complementary technologies. Vue has excellent support for both consuming and creating custom elements. Whether you are …

  8. 创建一个 Vue 应用 | Vue.js

    每个 Vue 应用都是通过 createApp 函数创建一个新的 应用实例: js import { createApp } from 'vue' const app = createApp ({ /* 根组件选项 */ })

  9. Introduction - Vue.js

    Dec 31, 2023 · With that in mind, Vue is designed to be flexible and incrementally adoptable. Depending on your use case, Vue can be used in different ways: Enhancing static HTML …

  10. Vue アプリケーションの作成 | Vue.js

    Vue アプリケーションの作成 アプリケーションのインスタンス . すべての Vue アプリケーションは createApp 関数で新しい アプリケーションのインスタンス を作成することから始ま …

  11. Some results have been removed
Refresh