Use vue-cli (vue scaffolding) to quickly build items

Node environment needs to be deployed

Configure the storage path and cache path of npm's global modules

npm config set prefix "选择刚刚创建node_global文件路径"

npm config set cache "选择刚刚创建node_cache文件路径"

Install vue-cli

Install yarn: yarn installation - Programmer Sought

Install webpack template, set project information https://blog.csdn.net/qq_37194189/article/details/130234594?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article% 22%2C%22rId%22%3A%22130234594%22%2C%22source%22%3A%22qq_37194189%22%7D

After installing webpack

other

Guess you like

Origin blog.csdn.net/qq_37194189/article/details/130192322
Recommended