摘要: 目录结构 新建项目,npm init -y package.json: { "name": "vue-ssr2", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build:client": "cro 阅读全文
posted @ 2022-05-14 18:33 lijun12138 阅读(145) 评论(0) 推荐(0)
摘要: 1.先安装sharp镜像源 npm config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp" npm config set sharp_libvips_binary_host "https://npm.taobao.org 阅读全文
posted @ 2022-05-14 17:00 lijun12138 阅读(65) 评论(0) 推荐(0)