Table of Contents
Preface
1
The Vue 3 Framework
The progressive framework
Using Vue in your web application
The bundler way, a better way...
Understanding single-file components
Different strokes – options, composition, and script setup API
Exploring built-in directives in Vue 3
v-bind: (shorthand ":")
v-show
v-if, v-else, and v-else-if
v-for and :key
v-model
v-on: (and the shorthand @)
Built-in components
Book code conventions
Variables and props
Constants
Classes and component names
Functions, methods, events, and filenames
Instances
Summary
Review questions
2
Software Design Principles and Patterns
What are the principles of software design?
A non-exclusive list of design principles
Separation of concerns
Composition over inheritance
Single ...
Get Vue.js 3 Design Patterns and Best Practices now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.