18 Star 121 Fork 48

purestart / vue-fabric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
purestart 提交于 2019-02-15 14:50 . update drag image
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>vue-fabric</title>
<style>
* {
margin: 0;
padding: 0;
}
a {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}
li {
list-style: none;
}
html{
width: 100%;
height: 100%;
}
</style>
</head>
<body style="width:100%;height:100%">
<div id="app"></div>
<!-- built files will be auto injected -->
<link rel="stylesheet" href="//at.alicdn.com/t/font_820468_seg2d163zpc.css">
<script type="text/javascript" src="./static/js/fabric.js"></script>
<script type="text/javascript" src="./static/js/customiseControls.js"></script>
</body>
</html>
JavaScript
1
https://gitee.com/_pure/vue-fabric.git
git@gitee.com:_pure/vue-fabric.git
_pure
vue-fabric
vue-fabric
master

搜索帮助