Possibly you have heard it the other way: An express app with Nuxt.js as renderer (like in express-template).But did you know that you can use express inside a serverMiddleware?21-05-2019
It's a common practice for a Vue app to use the DOM as its template, as it's the quickest and easiest architecture to set up.23-05-2019
This article is about combining vuejs and a chart framework/library plotly.jsI’ve been using this combination for about 6 months now and felt like writing about my solutions and ideas to combine these systems. Plotly.js has a implementation for react but not for angular or vuejs or similar frameworks.This implementation is not really complicated or hard to understand but maybe it will be able to help people skip the struggles I had. In this article I make use of the reactive properties but I will write another article that uses a global eventBus to control the charts. This will give you more control on when to update and if updates went correctly.03-06-2019
Nuxt.js automatically generates the vue-router configuration based on your file tree of Vue files inside the pages directory.11-06-2019
The router property lets you customize Nuxt.js router (vue-router).11-06-2019