前端常用网址记录

NodeJs下载地址

下载地址

https://nodejs.org/download/release/v16.13.1/

修改镜像

npm config set registry https://registry.npmmirror.com

查看镜像

npm config get registry

下载vue谷歌扩展

下载地址

https://www.crx4chrome.com/crx/351798/

下载好后直接拖拽到谷歌浏览器扩展程序即可


UNIAPP(uview)

https://uviewui.com/

腾讯地图开放平台

https://lbs.qq.com/customMap/

iconfont图标库

https://www.iconfont.cn/

Gulp

https://www.gulpjs.com.cn/

查询经纬度

https://lbs.qq.com/getPoint/

做在线表格

https://docs.univer.ai/zh-CN/playground/sheets/basic 

前端好用的管理后台

https://pure-admin.cn/

前端网页生成图片

https://unpkg.com/modern-screenshot
<script>
    modernScreenshot.domToPng(document.querySelector('body')).then(dataUrl => {
        // 处理生成的图片数据
    });
</script>
https://html2canvas.hertzen.com/
<script src="https://html2canvas.hertzen.com/dist/html2canvas.js"/>

<div id="capture" style="padding: 10px; background: #f5da55">
    <h4 style="color: #000; ">Hello world!</h4>
</div>
html2canvas(document.querySelector("#capture")).then(canvas => {
    document.body.appendChild(canvas)
});

Tips

  1. 后续会进行补充
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值