# Chapter 1 - Diving into Vue.js world {#c1divw}
## Introduction {#i}
Welcome to the Vue world! In this chapter, we'll learn how to install Vue.js and build our fist Vue app.
Along the way, we'll also learn about Vue CLI, Vue inst
In this example, we will show you how to insert data into Mysql using VueJs with PHP
CoreUI 3 has just been released with some cool new features and layouts.
In Vue.js, Lifecycle hooks are the defined methods that get executed in a certain stage of the Vue object lifespan. Starting from the initialization, to when it gets destroyed, the object follows different phases of life.
Simon Nørlund Eldevig wrote a good tutorial on how to build Chrome Extensions with Vue.js.
In this tutorial, Desire shows us how to install Sass in an already existing Vuejs project and how to integrate Sass in a Vuejs project from scratch.
Jeffrey Biles has a good tutorial on how to build a Vue.js app.
Liz Chow shows us how to build A Todo App In 16 Minutes with Vue.js.