Learn how to easily use line charts in your apps to plot data that changes over time. Line charts can visually display patterns like uptrends and downtrends.
A data table is used to display data in a tabular format, and you can edit and delete records in place. While there are tons of libraries that make it easy to add a data table to a Vue app, Kendo UI for Vue just makes it a lot easier to render data and style. Read along as we build a real-time editable data table with Kendo UI for Vue and Hamoni Sync.
This article dives into Vuex, a Vue.js State Management Library. We'll look at the problems it was created to solve, the core concepts behind it, how to set it up, and, of course, use code examples at every step of the way.
A static site generator takes source files and generates an entire static website. They require fewer server resources, are scalable, and can handle high volumes of traffic. In this post, I'll show you how to use VuePress to build a documentation site.