vuejs / core
- воскресенье, 23 января 2022 г. в 00:30:56
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
This is the repository for Vue 3.x.
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
Please consult the Migration Guide.
Also note: Vue 3 does not support IE11 (RFC | Discussion).