Initialisation of a new Vue project is easiest done with yarn (you can also use npm). First we need to inicialize the project via: yarn init Then we can start adding packages. Vue would be first package: yarn add vue
Peter Stegnar's software development reflections on software development, cloud computing and quants. Some random thoughts are also on the line.