Skip to content

Latest commit

History

History
22 lines (15 loc) 路 861 Bytes

README.md

File metadata and controls

22 lines (15 loc) 路 861 Bytes

vuejs/core npm build status

This is the repository for Vue 3.x.

Quickstart

  • Via CDN: <script src="https://unpkg.com/vue@next"></script>

  • Try in the browser on StackBlitz

  • Scaffold via create-vue:

    # npm
    npm init vue@latest
    # yarn
    yarn create vue

Changes from Vue 2

Please consult the Migration Guide.

Also note: Vue 3 does not support IE11 (RFC | Discussion).