uniapp中的node.js配置后台数据taro

进入到目录

输入一下命令

express --view=ejs server

然后会产生一个server文件夹,按照命令提示来进行下一步;

 

 

输入如下命令删除代理

yarn config delete proxy

 

 

// 设置镜像地址为淘宝(地址1,推荐):
yarn config set registry https://registry.npmmirror.com

// 设置镜像地址为淘宝(地址2):
yarn config set registry https://registry.npm.taobao.org

 

posted @ 2024-04-03 17:47  千机楼  阅读(58)  评论(0编辑  收藏  举报