您的当前位置:首页>全部文章>文章详情

vue创建项目

发表于:2023-09-09 09:01:15浏览:81次TAG: #Vue

1.创建项目

vue create hello-world

2.cd到创建的项目

cd hello-world

3.运行

npm run serve