Web Tag
2020-07-23
VuePress: Static Blog using Vue.js
Like any other developer, I have my own blog to document the tiny pieces of information on my development journey. Yet, my original blog, built with Wordpress and styled with a free theme, felt lack ...
2019-04-02
Vue.js and Django: Modern Multi-Page Website
A while ago I started building a website using Django as its backend and Vue.js as its frontend. Unlike other apps, however, there is a twist: it is multi-page. The website should resemble a normal we ...