forked from alibaba/lowcode-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add scenarios folder which shows how to use APIs / materials
- Loading branch information
Showing
12 changed files
with
15,098 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
|
||
更多参考资料: | ||
|
||
- [马上玩一下](https://alifd.alicdn.com/npm/@alilc/[email protected].0/build/index.html) | ||
- [马上玩一下](https://alifd.alicdn.com/npm/@alilc/[email protected].3/build/index.html) | ||
- [低代码引擎官网](http://lowcode-engine.cn) | ||
- [引擎主包](https://github.com/alibaba/lowcode-engine) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>阿里低代码引擎 Demo</title> | ||
<link rel="icon" href="//img.alicdn.com/imgextra/i2/O1CN01lNWGJi1xflgRfSgbk_!!6000000006471-55-tps-22-26.svg"> | ||
<link href="./css/index-custom.css" rel="stylesheet" /> | ||
<link href="./css/index.css" rel="stylesheet" /> | ||
<!-- 低代码引擎的页面主题样式,可以替换为 theme-lowcode-dark --> | ||
<link href="https://alifd.alicdn.com/npm/@alifd/[email protected]/variables.css" rel="stylesheet" /> | ||
<link href="https://alifd.alicdn.com/npm/@alifd/[email protected]/dist/next.var.min.css" rel="stylesheet" /> | ||
|
@@ -29,13 +29,13 @@ | |
<!-- Fusion Next 的主包,低代码编辑器的依赖 --> | ||
<script src="https://g.alicdn.com/code/lib/alifd__next/1.23.24/next.min.js"></script> | ||
<!-- 低代码引擎的主包 --> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected].1/dist/js/engine-core.js"></script> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected].2/dist/js/engine-core.js"></script> | ||
<!-- 低代码引擎官方扩展的主包 --> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected].2/dist/js/engine-ext.js"></script> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected].3/dist/js/engine-ext.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="lce-container"></div> | ||
<script type="text/javascript" src="./js/index-custom.js"></script> | ||
<script type="text/javascript" src="./js/<%= scenario %>.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<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>阿里低代码引擎 Demo</title> | ||
<link rel="icon" href="//img.alicdn.com/imgextra/i2/O1CN01lNWGJi1xflgRfSgbk_!!6000000006471-55-tps-22-26.svg"> | ||
<link href="./css/index.css" rel="stylesheet" /> | ||
<!-- 低代码引擎的页面主题样式,可以替换为 theme-lowcode-dark --> | ||
<link href="https://alifd.alicdn.com/npm/@alifd/[email protected]/variables.css" rel="stylesheet" /> | ||
<link href="https://alifd.alicdn.com/npm/@alifd/[email protected]/dist/next.var.min.css" rel="stylesheet" /> | ||
<!-- 低代码引擎的页面框架样式 --> | ||
<link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alilc/[email protected]/dist/css/engine-core.css" /> | ||
<!-- 低代码引擎官方扩展的样式 --> | ||
<link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alilc/[email protected]/dist/css/engine-ext.css" /> | ||
|
||
<!-- React,可替换为 production 包 --> | ||
<script src="https://g.alicdn.com/code/lib/react/16.13.1/umd/react.production.min.js"></script> | ||
<!-- React DOM,可替换为 production 包 --> | ||
<script src="https://g.alicdn.com/code/lib/react-dom/16.13.1/umd/react-dom.production.min.js"></script> | ||
<!-- React 向下兼容,预防物料层的依赖 --> | ||
<script src="https://g.alicdn.com/code/lib/prop-types/15.7.2/prop-types.js"></script> | ||
<script src="https://g.alicdn.com/platform/c/react15-polyfill/0.0.1/dist/index.js"></script> | ||
<!-- lodash,低代码编辑器的依赖 --> | ||
<script src="https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"></script> | ||
<!-- 日期处理包,Fusion Next 的依赖 --> | ||
<script src="https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"></script> | ||
<!-- Fusion Next 的主包,低代码编辑器的依赖 --> | ||
<script src="https://g.alicdn.com/code/lib/alifd__next/1.23.24/next.min.js"></script> | ||
<!-- 低代码引擎的主包 --> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected]/dist/js/engine-core.js"></script> | ||
<!-- 低代码引擎官方扩展的主包 --> | ||
<script crossorigin="anonymous" src="https://alifd.alicdn.com/npm/@alilc/[email protected]/dist/js/engine-ext.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div id="lce-container"></div> | ||
<script type="text/javascript" src="./js/index.js"></script> | ||
</body> | ||
</html> | ||
误删,删了有奇妙的 bug😄~ |
Oops, something went wrong.