Complete CRUD in ONE page -- includes inline editing (Building a VueJS App Part 14)

preview_player
Показать описание
The CRUD operations -- Create, Read, Update, and Delete -- are the core of many data-oriented apps.

In this tutorial we learn how to make our app handle all of those operations from the /tags page.

0:00 Start
1:35 Read
5:52 Update
16:24 Delete
21:00 Create
28:48 Review

In addition to doing all the standard stuff with VueX and Axios, we also have some cool tricks we bring out to make the Create and Update operations work inline -- programmatically focusing elements, and using stuff like @keydown and @blur.

This is a great foundation for any Admin page you might want to build in VueJS.

*** Github Links ***

*** Find me online! ***

Website coming soon.

#VueJS #Components #CRUD #VueX #Tutorial #2019 #Admin #Forms
Рекомендации по теме
Комментарии
Автор

5:52, the inline editing. how to do in in composition API?

suhardy
Автор

Why is not possible create a CRUD with Nuxt?

JohnSmith-zlrz