The rapid prototyping feature of Vue Cli
Posted on August 10, 2018
Today the vue-cli
version 3 shipped. I gave a try to the so-called and advertised rapid-prototyping
function. It's a global command, vue serve
, that you can run in any folder with at least a Vue component, for rapid test and development.
It's simply amazing
Besides many reasons, it forces you to think per-component quickly, giving the possibility to escape from projects, letting to focus on a simple problem, the component.