Authored by 毕凯

增加 jquery swiper

... ... @@ -38,6 +38,7 @@
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jquery": "^2.2.2",
"postcss-assets": "^4.0.1",
"postcss-calc": "^5.2.0",
"postcss-center": "^1.0.0",
... ... @@ -55,6 +56,7 @@
"shelljs": "^0.6.0",
"stylelint": "^5.2.1",
"stylelint-config-yoho": "^1.1.0",
"swiper": "^3.3.1",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
... ...
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA;IACI,UAAU;IACV,WAAW;CACd","file":"index.css","sourcesContent":["body,ul,li {\r\n margin: 0;\r\n padding: 0;\r\n}"],"sourceRoot":"/source/"}
\ No newline at end of file
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA;IACI,UAAU;IACV,WAAW;CACd","file":"index.css","sourcesContent":["body,ul,li {\n margin: 0;\n padding: 0;\n}"],"sourceRoot":"/source/"}
\ No newline at end of file
... ...
... ... @@ -24,6 +24,7 @@ exports.index = (req, res) => {
module: 'starClassroom',
version: '0.0.1',
headTab: ['全部', '星专题', '星搭配', '星鲜事']
// wxLottery: data
});
};
... ...