What are Vue directives? Give examples.

Directives are special tokens prefixed with v- that apply reactive behavior to the DOM. Examples: v-if (conditional rendering), v-for (looping), and v-bind (attribute binding).