国内访问 npm 比较慢,我们可以使用阿里的镜像, 在 npm 或者 yarn 命令后面加参数:
--registry=https://registry.npm.taobao.org 例:
npm install --registry=https://registry.npm.taobao.org yarn --registry=https://registry.npm.taobao.org NodeJS提供了一些安装程序,都可以在nodejs.org 这里下载并安装。mac系统选择.pkg结尾的文件下载安装。 注意node版本号过高可能导致 npm install 时失败,建议版本:
- node:v8.16.0
- npm:6.4.1
yarn或
npm install yarn start或
npm start yarn build或
npm run build build/webpack.dev.conf.js 修改proxy属性
proxy: [{ context: ['/'], changeOrigin: true, secure: false, target: 'http://ip:port', }],