Use Vue dynamic components to build multiple layouts web appMarch 6, 2021 vue componentThis feature may not be used too much but it’s a useful and powerful feature of Vue.Read More →
How to using Tailwind CSS 2 with Vue 3December 30, 2020 tailwind css vueI used to choose Bulma as CSS framework for my personal projects.Read More →
Vue CLI 4 build statics for an existing app - Part 2October 23, 2020 vue cliIn the previous part, we have updated Vue CLI config to output static files that we can manually inject to anywhere.Read More →
Inject Vue instance into an iframe that create in runtimeJune 21, 2020 vue iframeIntroduction 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?Read More →
Vue CLI 4 build statics for an existing appMay 30, 2020 vue vue-cliIntroduction By default, Vue CLI build target is App which means your static will auto inject to a static index.Read More →
Simple Django Vue Websocket Chat Application Using ChannelsMay 17, 2020 django vue websocket chat channelsIntroduction In this article, we will create a simple chat application using django, vue and channels.Read More →