The Vue 3 core has officially released as of 18 September 2020 🥳. There’s a phased release process that will be completed before the end of 2020 when all other official libraries will be switched to the latest dist tag.
Thankfully, the Vue team introduced additions and enhancements over current APIs instead of significant changes, so people that already know Vue 2 should quickly feel comfortable with new syntaxes. However, there are a couple of changes you should know about.
In this video, you will learn a few important breaking changes in Vue 3, and also we will migrate the existing Vue 2 app to Vue 3.
Vue.js 3 breaking-changes:
https://v3.vuejs.org/guide/migration/introduction.html#breaking-changes
Vuex with basic e-commerce example
https://github.com/qirolab/learn-vuex-with-basic-ecommerce-example
Timestamps:
inline-template
attribute removed in Vue version 3#vue #javascript #programming #developer