Use Vue dynamic components to build multiple layouts web app
This feature may not be used too much but it’s a useful and powerful feature of Vue.
This feature may not be used too much but it’s a useful and powerful feature of Vue.
I used to choose Bulma as CSS framework for my personal projects.
In the previous part, we have updated Vue CLI config to output static files that we can manually inject to anywhere.
Introduction Have you had ever wanted your component style won’t be affected by any third-party style and too lazy to create a new page to put it into iframe src?
Introduction By default, Vue CLI build target is App which means your static will auto inject to a static index.
Introduction In this article, we will create a simple chat application using django, vue and channels.