vue-cli3安装 2018-09-14 本文已影响0人 Hassd 全局安装vue-cli3 npm install -g @vue/cli 新建项目 vue create <project-name> 运行项目 npm run serve