21 Star 62 Fork 15

sinceow / LunarCalendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!doctype HTML>
<html>
<head>
<meta charset="UTF-8">
<title>LC</title>
<link rel="stylesheet" href="build/bundle.min.css"/>
</head>
<body>
</body>
<!--
<script type="text/javascript" src="./bower/jquery/dist/jquery.min.js"></script>-->
<script type="text/javascript">
/**
* 由于jQuery中已经定义了 "module", 使用browserify加载依赖会使得在node环境下
* 出现"jQuery undefined", 在生成APP时需注释上面的jQuery引用,解掉下面引用的注释
*/
window.$ = window.jQuery = require("./bower/jquery/dist/jquery.min");
window.Hammer = require("./bower/hammerjs/hammer.min");
window.ipc = require("ipc");
</script>
<script src="build/bundle.min.js"></script>
</html>
JavaScript
1
https://gitee.com/sinceow/LunarCalendar.git
git@gitee.com:sinceow/LunarCalendar.git
sinceow
LunarCalendar
LunarCalendar
master

搜索帮助