Vue 3 dictionary project tutorial (Composition API)

preview_player
Показать описание
Learn how to use Vue 3's composition api to create a dictionary like application that can give the definition of a user entered word.

Resources:

Chapters:
00:00 intro
02:00 Creating form and reading input
05:40 Setting up API connection
09:50 Displaying API results
11:40 Adding input validation
14:31 Adding styling
Рекомендации по теме
Комментарии
Автор

Short and to the point....Thank you....Subscribed 😀

codedjango
Автор

Thanks for the tutorial. It was really helpful. Subscribed 🐱

liubakuibida
Автор

Awesome. Just zoom the screen sizes in some places a little bit.

shamscorner
Автор

it is easy to get undefined when network error, like using const { data } = ...

simonx