Bootcamp
Study group
Collaborate with peers in your dedicated #study-group channel.
Code reviews
Submit projects for review using the /review
command in your #code-reviews channel
Join 17822 other students
Log in to get
Subscribe to access to this course and ALL other courses. You get a 30-day money-back guarantee, no questions asked.
Subscription includes
This tutorial teaches you how to build Vue apps through nine interactive screencasts. You'll learn basic Vue.js concepts, and also take part in building two super fun apps: Schrödingers Div and the Emoji Color Picker!
This course contains 13 interactive scrims
Basic JS
Vue basics
Methods
Control flow
Components
Event handlers
Building Schrödingers Div
Building the Emoji Color Picker
Before taking this course, you should have a basic understanding of HTML, CSS, and JavaScript. Here’s our suggested resources to get you up to speed.
Apart from Scrimba, my main interests are coffee, code and cats.
Vue is a newer and refreshing framework for building web apps with at least an order of magnitude more ease than writing vanilla HTML, CSS and JavaScript. Vue frees our data from the DOM, and provides an idiomatic guide to programming JavaScript, making development much faster and more fun. The library is great for composing both static websites and dynamic web apps, and so learning it is central to building modern products and services. This course covers the minimum JavaScript needed to get started with Vue, the basics of Vue, and two more advanced examples that build on the ideas discussed and focus on fixing some aspect of the existing codebase. Through nine interactive screencasts, this tutorial aims to both help and inspire you. If you have feedback, you can reach out to the course creator via Twitter: @username_ZAYDEK. Join the Scrimba community chat Learning alone can be lonely. Click here to join our Discord server and connect with other Scrimba learners!
Do you know HTML , CSS and Javascript? Then it’s a good time to learn VueJS to build your user interfaces. Its performant with a minimal footprint on the application size and you can focus on creating your user interface.
In fact, in the 2018 State of JavaScript survey, Vue.js was the most sought after front-end framework by a landslide, with 46.6% of all front-end developers saying that they want to learn it. In short, Vue.js makes front-end web development easier and more exciting than it’s ever been.