When I tried to vue init webpack test-app, I got the following error:
vue init webpack test-app
Command vue init requires a global addon to be installed. Please run npm in
Please install npm install -g @vue/cli-init. Hope this will solve your problem.
npm install -g @vue/cli-init.