Vue.js - Django Web Programming (Blog CRUD and Auth)
[English Subtitles] Vue.js - Django 연동 웹 프로그래밍 (실전편)
Description
We can do web programming with Vue.js and Django together.
Both are easy to learn.
Vue.js is Client web framework which provides client rendering with virtual DOM and nice user experiences.
Also Django is Server web framework which provides ORM, built-in Admin, Authorizations, and more.
We can do it without Vue Router and Vuex. Moreover, we can do it without Django DRF.
So very easy.
** Vue.js: Vuetify, Axios API Handling, etc
** Django: Blog CRUD, Django Class-based Views, Session Authentication, Tags, etc.
** This lecture is spoken in Korean and has English subtitles.
** 한국의 인프런 사이트에는, 동일한 강좌와 초급 강좌가 같이 있습니다. (~/roadmaps/368).
What You Will Learn!
- We can do Vue and Django web programming without VueRouter, Vuex, Django REST framework.
- Vue makes axios request and Django responds with JsonResponse.
- Decorate the UI with Vuetify library.
- Django CBV, Post CRUD, Authentication, Tag cloud, Page move, and more.
Who Should Attend!
- I want to configure the client and server programs independently.
- I want to upgrade my Django web program to the next level.
- I want to use Django's class-based view at higher level.
- I want to use Django as the backend of the Vue web program.
- I want to use the Vuetify library to make the cool UI.