01 2024 档案
摘要:有两种方式: 1:第一种方式: 查看npm版本: npm -v npm 镜像: 淘宝npm镜像 registry地址:http://registry.npm.taobao.org/ cnpmjs镜像 registry地址:http://registry.cnpmjs.org/ 设置镜像源:npm c
阅读全文
摘要:Vue修改默认启动端口的几种方法 module.exports = defineConfig({ transpileDependencies: true, devServer:{ host:'localhost', port:8088, open:true } })
阅读全文