What you'll learn
- Learn Vuejs in the modern programming world
- Learn Why Vue?
- Learn about the Components and Props of Vue
- Learn Vue by doing some practice
Requirements
- Node js is enough to start with Vue
Description
Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be they simple or complex.
Declarative Rendering: Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state.
Reactivity: Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen.
Vue is a framework and ecosystem that covers most of the common features needed in frontend development. But the web is extremely diverse - the things we build on the web may vary drastically in form and scale. With that in mind, Vue is designed to be flexible and incrementally adoptable. Depending on your use case, Vue can be used in different ways:
Enhancing static HTML without a build step
Embedding as Web Components on any page
Single-Page Application (SPA)
Fullstack / Server-Side Rendering (SSR)
Jamstack / Static Site Generation (SSG)
Targeting desktop, mobile, WebGL, and even the terminal
If you find these concepts intimidating, don't worry! The tutorial and guide only require basic HTML and JavaScript knowledge, and you should be able to follow along without being an expert in any of these.
Who this course is for:
- Beginner of Vue Developers
Instructor
I am Saminathan Paramasivam. I am senior software engineer in a leading IT company. I have totally 20 years of experience in Information Technolgy. I have done lot of projects using technology such as PHP, MEAN Stack, MERN Stack, Dot Net. I have also lot of experience in Programming principles and programming Logic.