美文网首页
Day 26/100 创建Vue Demo

Day 26/100 创建Vue Demo

作者: 赵国星 | 来源:发表于2020-08-25 20:44 被阅读0次

(一)Vue官网

https://cn.vuejs.org/

(二)安装脚手架vue/cli

https://cli.vuejs.org/zh/

安装使用yarn(用的淘宝的镜像,相对会快一些)

yarn global add @vue/cli

创建一个项目

vue create my-project

发现是Hbuilder是在PowerShell 中运行的,在Cmd中执行命令,好使~

参考资料

1、PowerShell yarn : 无法加载文件 C:\Users\Admin\AppData\Roaming\npm\yarn.ps1,因为在此系统因为在此系统上禁止运行脚本。

https://blog.csdn.net/qq_41539461/article/details/103245337

相关文章

网友评论

      本文标题:Day 26/100 创建Vue Demo

      本文链接:https://www.haomeiwen.com/subject/mjttsktx.html