UNPKG
hg-sid
Version:
latest (0.1.3)
0.1.3
a front-end simple framework with mvc
github.com/hamger/sid
hamger/sid
hg-sid
/
src
/
index.js
9 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
Sid
from
'./data-dirver'
import
template
from
'./template'
import
Router
from
'#'
// 为DD添加操作dom的插件(在DD的原型上添加一些方法)
Sid
.
use
(template)
export
{
Router
}
export
default
Sid