Skip to main content

Posts

Showing posts with the label vuejs

Getting Started with Vue - An Overview and Walkthrough Tutorial

We're in a golden era of JavaScript libraries and frameworks. More and more companies are building out full, dynamic web apps in addition to - or in lieu of - traditional desktop applications. This means things are constantly changing and frameworks are going in and out of vogue, but the core concepts of what we're trying to accomplish remain similar. Previously, I wrote a  Getting Started with React  guide that helped out a lot of beginner and intermediate developers.  Vue.js  is going toe-to-toe with React for popularity among JavaScript developers, so I'd like to offer the same straightforward and concise introduction for those who'd like to learn Vue as well. Let's get started! Prerequisites Knowledge of  HTML & CSS Knowledge of basic  JavaScript Familiarity of  ES6+ features and syntax Node.js and npm  (or yarn) installed globally Familiarity with  REST APIs  would be helpful, but we'll go over it. Goals We'...