【Vue】创建Vue项目

1、先安装Vue

npm install -g @vue/cli

2、创建项目

vue create hello-world

3、启动项目

npm run serve

猜你喜欢

转载自blog.csdn.net/tianzhilan0/article/details/107638347