Codementor Events

Vue Js For Every One: Fundamental Blocks- Part 1

Published Jun 14, 2020
Vue Js For Every One: Fundamental Blocks- Part 1

What We Will Cover

  1. Is Vue.js
  2. Quick Configuration
  3. Why Vue Got Popular
  4. Vue.js Baby Steps
  5. App Building
  6. Vue Recommendations

Is Vue.js ?

  1. Is Vue.js frontend ?
  2. Is easy to learn ?
  3. Why It Is used for ?
  4. Is Vue.js is Good ?
  5. Is Vue.js Better than Others
  6. Is Vue Worth Learning

Is Vue.js Frontend ?

YES.
Vue.js is a lightweight, easy and progressive JavaScript framework for building user interfaces like angular (or) react.
It's a versatile framework allows to extend its ecosystem to scale the complex apps with its developer friendly features.

Is easy to learn ?

YES
It is easy to learn as it follows simple HTML, CSS and JavaScript approach to build the apps in no time.
Vue.js is an elegant framework. Developers with Intermediate knowledge of HTML, CSS and JavaScript can quickly spin up the application and play around with it.

Vue js can be configured in 2 ways:
1. Injecting the vue js script tag in the basic index.html page and start writing the vue code inside script tag(<script></script>).
2. vue-cli
will see detailed Configuration in the Quick Configuration part.

Why It Is Used For ?

Vue.js is used for creating modern web apps (or) front end applications without investing lots of resources in high level.

Vue.js got huge popularity because of its tasty features and developer friendly learning curve.
Below are the some of the features that makes vue to stand out in the top frameworks list.

  • Flexibility
  • An easy learning curve(Good framework for beginners)
  • Rich ecosystem(Bonus: Strong Core Modules )
  • Optimal performance and size-efficient
  • Quick integration with other apps
  • Reactive two-way data binding
  • Single file components and readability
  • Well written documentation
  • Growing community support
  • SSR using Nuxt.js

Is Vue.js is good ?

With constantly growing community and its github stars. Industry started tasting its flavors for their next project.

It's my opinion

Is Vue.js Better than Others

This is the most Hypothetical point. Because each framework has its own pro's and con's. It solves the problems in an easier and better way compared to other frameworks.
You can have a good overview of value. J's popularity in the below link:
JS Framework Stats

Is Vue Worth Learning ?

YES
I would strongly recommend learning vue.js. I worked with vue for multiple projects and
enjoyed a lot while building the apps. It will add value to your developer career.You can start learning vue.js without any prior framework experience.

Subscribe for upcoming article as part of Vue.js for everyone series:

Watch out for a video series on the vue.js for everyone on my YouTube channel soon: Link

Discover and read more posts from Ramanjaneya K
get started
post commentsBe the first to share your opinion
Show more replies