前端环境配置
Posted 风花一世月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端环境配置相关的知识,希望对你有一定的参考价值。
软件:
hbuilderX,vscode,微信开发者工具,ps
环境:
git(https://npm.taobao.org/mirrors/git-for-windows/),node.js
配置国内数据源
注意:在安装好了 npm 以后,修改数据源为淘宝的,因为使用官方的镜像源太慢了。
- 查看当前数据源:npm config get registry
- 设置淘宝镜像源:npm config set registry https://registry.npm.taobao.org
vue脚手架npm install --global vue-cli
以上是关于前端环境配置的主要内容,如果未能解决你的问题,请参考以下文章