分享一些前端常用的js、css在线资源库,直接引用即可使用

分享一些前端常用的js、css在线资源库,直接引用即可使用

  1. 注意:网址加载缓慢时可能与网络有关,请检查网络重试
  2. 所有资源库都要在电脑有网的情况下才可使用
<!DOCTYPE html>
<html lang="zh">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="X-UA-Compatible" content="ie=edge">
		<title>前端常用在线CDN</title>
		<!-- bootCDN -->
		<!-- bootstrap3版本 -->
		<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
		<script src="https://cdn.staticfile.org/jquery/3.5.1/jquery.js"></script>
		<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
		<!-- dataTables -->
		<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" />
		<link rel="stylesheet" href="https://cdn.datatables.net/1.10.21/css/dataTables.bootstrap.min.css" />
		<link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/jquery-ui-1.11.0.css" />
		<script src="https://cdn.bootcdn.net/ajax/libs/jqueryui/1.12.1/jquery-ui.js" type="text/javascript" charset="utf-8"></script>
		<script src="https://cdn.bootcdn.net/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js" type="text/javascript"
		 charset="utf-8"></script>
		<script src="https://cdn.datatables.net/1.10.21/js/dataTables.bootstrap4.min.js"></script>
		<!-- 新 Bootstrap4 核心 CSS 文件 -->
		<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css">
		<!-- bootstrap.bundle.min.js 用于弹窗、提示、下拉菜单,包含了 popper.min.js -->
		<script src="https://cdn.staticfile.org/popper.js/1.15.0/umd/popper.min.js"></script>
		<!-- 最新的 Bootstrap4 核心 JavaScript 文件 -->
		<script src="https://cdn.staticfile.org/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
		<!-- layui -->
		<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/layui/2.5.6/css/modules/laydate/default/laydate.css" />
		<link rel="stylesheet" type="text/css" href="https://www.layuicdn.com/layui-v2.5.6/css/layui.css" />
		<script src="https://cdn.bootcdn.net/ajax/libs/layui/2.5.6/layui.all.js"></script>
		<script src="https://www.layuicdn.com/layer-v3.1.1/layer.js" charset="utf-8"></script>
		<script src="https://www.layuicdn.com/layDate-v5.0.9/laydate.js" charset="utf-8"></script>
		<!-- layer移动端 -->
		<script src="https://www.layuicdn.com/layer-mobile-v2.0/layer.js" charset="utf-8"></script>
		<!-- element UI -->
		<link href="https://cdn.bootcdn.net/ajax/libs/element-ui/2.13.2/theme-chalk/index.css" rel="stylesheet" />
		<script src="https://cdn.staticfile.org/vue/2.6.11/vue.min.js"></script>
		<script src="https://cdn.bootcdn.net/ajax/libs/element-ui/2.13.2/index.js"></script>
		<!-- Mint UI 基于Vue的移动端UI库-->
		<link rel="stylesheet" href="https://unpkg.com/mint-ui@1/lib/style.css">
		<script src="https://unpkg.com/mint-ui@1/lib/index.js"></script>
		<!-- v-charts vue数据图表-->
		<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
		<script src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
		<script src="https://cdn.jsdelivr.net/npm/v-charts/lib/index.min.js"></script>
		<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/v-charts/lib/style.min.css">
		<!-- Vant -->
		<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.8/lib/index.css" />
		<script src="https://cdn.jsdelivr.net/npm/vant@2.8/lib/vant.min.js"></script>
		<!-- React -->
		<script src="https://cdn.staticfile.org/react/16.4.0/umd/react.development.js"></script>
		<script src="https://cdn.staticfile.org/react-dom/16.4.0/umd/react-dom.development.js"></script>
		<script src="https://cdn.staticfile.org/babel-standalone/6.26.0/babel.min.js"></script>
		
		<!-- ajax请求axios框架 -->
		<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
		<!-- Echarts -->
		<script src="https://cdn.staticfile.org/echarts/2.1.10/echarts-all.js"></script>
		<script src="https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js"></script>
		<script src="https://cdn.bootcdn.net/ajax/libs/echarts/5.0.1/echarts.js"></script>
		<!-- 盒须图必须引入此链接 -->
		<script src="https://cdn.jsdelivr.net/npm/echarts/dist/extension/dataTool.min.js"></script>
		<!-- G2数据图表 -->
		<script src="https://unpkg.com/@antv/g2@4.0.8/dist/g2.min.js" charset="utf-8"></script>
		<!-- highcharts图表 -->
		<script src="https://code.highcharts.com.cn/highcharts/highcharts.js"></script>
		<script src="https://code.highcharts.com.cn/highcharts/modules/exporting.js"></script>
		<script src="https://code.highcharts.com.cn/highcharts/modules/heatmap.js"></script>
		<script src="https://img.hcharts.cn/highcharts-plugins/highcharts-zh_CN.js"></script>
		<!-- 移动开发MUI -->
		<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/mui/3.7.1/css/mui.min.css" />
		<link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/mui/3.7.1/fonts/mui.ttf" />
		<script src="https://cdn.staticfile.org/mui/3.7.1/js/mui.min.js" type="text/javascript" charset="utf-8"></script>
	</head>
	<body>
		<script>
			document.addEventListener('LiveReloadDisconnect', function() {
				setTimeout(function() {
					window.location.reload();
				}, 500);
			})
		</script>
	</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值