- Vue.js (npm install vue)
- Vue Router (npm install vue-router)
The theme has author & category pages which display all posts from that particular author and category. The Home page shows the blog posts with author, date & category. Vue Router is used to add routes to pages & posts.