Vue
Vue.js
Vue.js is an open source JavaScript Framework. It was created by Evan You and maintained by active core team members along with him. we are mainly using Vue.js to create rich single page applications and user interfaces.
- Initial Release – Feb 2014
- Current Stable Version – 3.0
- GitHub Stars – 194k which is more than React.js(183k) By March 2022
Here we are listing the Vue.js Basics Articles.
Vue.js Basics Articles
- Lifecycle hooks in Vue 3
- Components in Vue 3
- Single File Components Vue 3
- Setup function in Composition API – Vue 3
- Dynamic Component With Cloning Example Vue.js
- Ref vs Reactive in Vue 3
- Computed in Vue 3
- Provide And Inject in Vue.js
- Template Refs in Vue.js
- getCurrentInstance in Vue 3
- Teleport in Vue 3 with Example
- Petite Vue Introduction with Example