是否可以将一个相当小的 NPM 包转换为一个 javascript 文件,我可以使用<script>标签在 HTML 中引用该文件?
<script>
我尝试使用的 NPM 包一点也不复杂,基本上只是一个我想使用的 API 包装器,但我不想使用 Node。
html javascript node.js npm node-modules
html ×1
javascript ×1
node-modules ×1
node.js ×1
npm ×1