从零到1创建一个vue项目 英击长空 2024-06-25 42 阅读1分钟 step1: 创建项目 npm create vue@latest step2: 运行项目 $ cd <your-project-name> $ npm install $ npm run dev 出现这个就意味着成功了