The rapid prototyping feature of Vue Cli

10th August, 2018 1 min. read

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.


Spotted a typo or (likely) a grammar error? Send a pull request.