fuzhongfeng / core

πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Home Page:https://v3.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

https://v3.vuejs.org/

License:MIT License


Languages

Language:TypeScript 97.0%Language:HTML 1.5%Language:JavaScript 1.2%Language:Vue 0.4%Language:CSS 0.0%