UNPKG
iweb-tool
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.24
a build tool based gulp & webpack
github.com/iuap-design/iweb-tool
iuap-design/iweb-tool
iweb-tool
/
tpl
/
s
/
src
/
component
/
comp1
/
comp1.js
12 lines
(9 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Created by dingrf on 2016/1/6. */
require
(
"./comp1.css"
);
module
.
exports
= {
comp1Test
:
function
(
){
alert
(
'comp1Test'
); } }