Install the vue

npm i -g @vue/cli
Copy the code

Webpack Init (Webpack is the official recommended template)

npm i -g @vue/cli-init
Copy the code

Mode 1 (simple directory structure)

vue init webpack-simple project-name
Copy the code

Way 2

vue init webpack project-name
Copy the code