for when you want to pack smart
Install yarn https://yarnpkg.com/en/docs/install
On Mac using homebrew as easy as
$ brew install yarn
Or via npm
$ npm -g install yarn
For more options check https://yarnpkg.com/en/docs/install
https://cli.vuejs.org/guide/installation.html
$ yarn global add @vue/cli
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint