1 Star 0 Fork 1

@傻子/requirejs-modules-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
product2.html 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
专爱打奥特曼的小怪兽 提交于 2016-11-16 14:51 . 调整结构
<!-- 这个页面相当于现在网站aspx页面 -->
<!DOCTYPE html>
<html>
<head>
<title>first example</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="www-dist/vendor/require.min.js"></script>
<script src='www-dist/controllers/baseController.js'></script>
</head>
<body>
<div id="appProduct"></div>
<script src='www-dist/controllers/productController.js'></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyl_sz/requirejs-modules-demo.git
git@gitee.com:lyl_sz/requirejs-modules-demo.git
lyl_sz
requirejs-modules-demo
requirejs-modules-demo
master

搜索帮助