1. Preparation

0.Install node and NPM first1.Check whether vue-CLI is installed2.Check whether webPack is installedCopy the code

If yes, the following information is displayed. If no, you can search for it by yourself

2. Project creation

Execute command:

Vue Init Webpack project nameCopy the code

After the project is created, take a look at the webpack version in package.json. If it’s too low, upgrade it manually.