Nuxt.js, ou comment faire des applications universelles avec des fichiers (S. Chopin)

Nuxt.js is a JavaScript framework based on Vue.js. Initially, it started simple, one file = one route, like in PHP. Over time, we added this file logic for other features, giving the possibility to any developer, simply knowing the folder names and file syntax, to create high-performance universal applications without compromising the user experience. The ultimate goal of Nuxt.js is to become as simple as PHP to create any type of application (web, desktop, mobile, pwa...) while keeping a file logic. Today, we can already create static sites (Jekyll like), single page apps and isomorphic applications without touching a line of code between the different modes.