文件名称:nuxt-responsive-loader:在您的Nuxt.js应用程序中的构建步骤中处理图像:camera_with_flash:
文件大小:220KB
文件格式:ZIP
更新时间:2024-05-19 18:25:43
JavaScript
Nuxt响应式装载机 在Nuxt.js应用程序的构建步骤中处理图像 :camera_with_flash: 特征 在构建步骤中压缩图像以减小文件大小并提高网站性能 为您的Nuxt.js项目生成响应式srcsets 调整图像大小,转换格式,重命名并生成占位符 启用JPG,PNG和WebP 使用 与兼容,可进行快速图像处理 :high_voltage: 完全可配置 设置 将模块添加到您的项目中: npm install nuxt - responsive - loader // OR yarn add nuxt - responsive - loader 添加nuxt-responsive-loader的modules的部分nuxt.config.js : // file: nuxt.config.js export default { // ... modules : [ 'nuxt-responsive-loader' ] }
【文件预览】:
nuxt-responsive-loader-master
----.gitignore(49B)
----package.json(2KB)
----LICENSE(1KB)
----CHANGELOG.md(141B)
----.prettierignore(24B)
----.eslintrc.js(147B)
----README.md(5KB)
----lib()
--------module.js(2KB)
----test()
--------module.test.js(4KB)
--------fixture()
--------__snapshots__()
----.editorconfig(207B)
----.prettierrc(43B)
----yarn.lock(420KB)