Chapter 1

Getting an Overview of Vue

IN THIS CHAPTER

Bullet Learning how Vue is different from React

Bullet Installing Vue.js

Bullet Using create-vue

Bullet Creating a Vue application instance

Bullet Mounting and configuring apps

Bullet Choosing between Vue's two APIs

“I've always felt that a person's intelligence is directly reflected by the number of conflicting points of view he can entertain on the same topic.”

—ABIGAIL ADAMS

Vue is an incrementally adoptable and reactive front-end JavaScript framework. In this chapter, I spell out what that means and let you know how to quickly get started with your first Vue front-end.

Comparing Vue to React

Vue.js and ReactJS have many similarities. Because of that, if you haven't read Book 3 yet, I suggest you do so before you proceed with learning to use Vue.js. However, knowing React isn't a requirement, and learning Vue.js is simple enough that you'll be able to follow along ...

Get JavaScript All-in-One For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.