UNPKG
@tower1229/flow-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
Highly customizable UI framework based Seajs/jQuery
github.com/flow-ui/Flow-UI
flow-ui/Flow-UI
@tower1229/flow-ui
/
flow-ui
/
js
/
index.js
10 lines
(7 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * index */
define
(
function
(
require
) {
var
$ =
require
(
'jquery'
);
var
com =
require
(
'./common'
); });