sudo npm install --global vue-cli
vue init webpack-simple testCli
Target directory exists. Continue? Yes
? Project name test-cli
? Project description test project for cli
? Author Name <email@mail.ru>
? Use sass? Yes
cd testCli
npm install
node -v
v8.2.1
npm -v
5.3.0