【Vue】创建Vue项目

1、先安装Vue

npm install -g @vue/cli

2、创建项目

vue create hello-world

3、启动项目

npm run serve

你可能感兴趣的:(【Vue】创建Vue项目)