Initialisation of a new Vue project is easiest done with yarn (you can also use npm).
First we need to inicialize the project via:
Then we can start adding packages. Vue would be first package:
yarn add vue
First we need to inicialize the project via:
yarn init
Then we can start adding packages. Vue would be first package:
yarn add vue