UNPKG
cloud-pf
Version:
latest (1.0.3)
1.0.3
1.0.2
hcm cloud 前端框架使用知识点汇总
cloud-pf
/
webpack
/
scripts
/
app.js
8 lines
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * Created by xq on 17/4/23. */
require
(
"../style/common.css"
);
require
(
"../style/style.scss"
);
var
angular=
require
(
"angular"
);
var
app = angular.
module
(
"myApp"
, []);
module
.
exports
= app;