VUE3 框架搭建

本文档指导如何配置Node.js使用淘宝镜像,并详细步骤演示全局安装Vue3.0框架以及处理可能出现的问题,如遇到'npm ERR! Unexpected end of JSON input while parsing near...'错误时的解决方法。
摘要由CSDN通过智能技术生成

先配置好node.js
按顺序执行以下命令


	// 安装并配置淘宝镜像
	npm install -g cnpm --registry=https://registry.npm.taobao.org
	npm config set registry https://registry.npm.taobao.org/
	npm config get registry https://registry.npm.taobao.org/
	
	
	// 全局引入vue3.0框架 再创建项目
	npm install @vue/cli -g
	vue create 项目名称 
	
	
	// 如果create时出现
	npm ERR! Unexpected end of JSON input while parsing near…
	// 先执行
	npm cache clean --force
	// 再执行
	vue create 项目名称 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值