Getting started with Vue CLI and single-file components in Vue.js.

Intermediate
Student
Developer
Azure Static Web Apps

Although it's possible to create Vue.js applications by using purely JavaScript, most developers need more power and flexibility. By using Vue CLI and single-file components, you can use more robust tooling to enhance the development experience. We'll see how to use Vue CLI to bootstrap an application, and how to create reusable components in Vue.

Learning objectives

In this module, you will:

  • Use Vue CLI
  • Create components

Prerequisites

HTML/CSS, Git, npm, JavaScript, and some knowledge of Vue.js