摘要: 2.1 脚手架 使用前置: 第一步(没有安装过的执行):全局安装 @vue/cli npm install -g @vue/cli 第二步:切换到要创建项目的目录,然后使用命令创建项目 vue create xxxxx 第三步:启动项目 npm run serve 脚手架文件结构 ├── node_ 阅读全文
posted @ 2024-03-05 00:24 coder雪山 阅读(1213) 评论(0) 推荐(0) 编辑