摘要: 1. 安装 npm安装 npm install --save-dev html5-qrcode 或直接引入 <script src="https://unpkg.com/html5-qrcode" type="text/javascript"> 2. 引入 根据需求自定义渲染 QR scanning 阅读全文
posted @ 2024-02-23 16:09 Li_pk 阅读(10677) 评论(0) 推荐(1)
摘要: 1. 安装依赖 通过 npm 安装 tailwindcss,并创建 tailwind.config.js 文件。 npm install tailwindcss -D npx tailwindcss init 安装 iconify 图标库和 TailwindCSS 插件。 npm install @ 阅读全文
posted @ 2024-02-23 10:08 Li_pk 阅读(1487) 评论(0) 推荐(0)