“Vue 创建脚手架”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第2行: 第2行:
  
 
Vue 脚手架(Vue CLI,Vue Command Line Interface)是 Vue 官方提供的标准化开发工具(开发平台)
 
Vue 脚手架(Vue CLI,Vue Command Line Interface)是 Vue 官方提供的标准化开发工具(开发平台)
 +
https://cli.vuejs.org/zh/
  
 
+
第一步(仅第一次执行):全局安装 @vue/cli<syntaxhighlight lang="powershell">
https://cli.vuejs.org/zh/
+
npm install -g @vue/cli
 +
</syntaxhighlight>

2024年8月8日 (四) 22:49的版本

https://www.bilibili.com/video/BV1Zy4y1K7SH?p=61

Vue 脚手架(Vue CLI,Vue Command Line Interface)是 Vue 官方提供的标准化开发工具(开发平台) https://cli.vuejs.org/zh/

第一步(仅第一次执行):全局安装 @vue/cli

npm install -g @vue/cli