Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-04-01 14:32:35 +0800
Commit
28f01f32a267d6082a880ba0fb4c8c51fa152bc7
1 parent
2a9dedde
增加 jquery swiper
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
1 deletions
package.json
public/starClassroom/css/index.css.map
public/starClassroom/index.js
public/starClassroom/js/header.js
routes/starClassroom/index.js
package.json
View file @
28f01f3
...
...
@@ -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"
,
...
...
public/starClassroom/css/index.css.map
View file @
28f01f3
{
"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
...
...
public/starClassroom/index.js
View file @
28f01f3
public/starClassroom/js/header.js
View file @
28f01f3
routes/starClassroom/index.js
View file @
28f01f3
...
...
@@ -24,6 +24,7 @@ exports.index = (req, res) => {
module
:
'starClassroom'
,
version
:
'0.0.1'
,
headTab
:
[
'全部'
,
'星专题'
,
'星搭配'
,
'星鲜事'
]
// wxLottery: data
});
};
...
...
Please
register
or
login
to post a comment