1. npm安装 vue cli [root@Python20230401VUE3]# npm install -g@vue/cli 2. 查看 vue版本 [root@Python 20230401VUE3]# vue--version@vue/cli5.0.8 3. 创建项目 [root@Python 20230401VUE3]# vue create hello-world 4. 执行项目 $cd hello-world$npm run serve App runningat:-Local:http://local...