vue-cli3安装

全局安装vue-cli3

npm install -g @vue/cli

新建项目

vue create  

运行项目

npm run serve 

你可能感兴趣的:(vue-cli3安装)