Vue Script Setup for Single File Components

10 episodes 40 mins

Course overview

The Vue script setup syntax lets you clean up your Vue script area when you're using the Composition API. Variables and imports are automatically shared with your template, there's less boilerplate code, and it's faster in runtime performance!

In this series, we'll cover everything you need to know about working with the script setup syntactic sugar.

Alex Garrett-Smith
Hey, I'm the founder of Codecourse!

Related courses

Vue.js
The Vue 3 Composition API

With Vue 3 comes a brand new way to define component logic. This function-based API gives you everything you're used to, but allows for more flexibility and better code and project organisation. This course covers everything you need to know.

2 hrs 1 min
Vue.js
New in Vue 3

A roundup of what's new in Vue 3, including a dive into the Composition API and plenty of practical examples.

1 hr 4 mins