Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
ccbikai
2016-07-16 19:17:35 +0800
Commit
6d907991ecad2141b37be771215abbca7f6d657c
1 parent
293a3a2c
完善构建
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
package.json
public/webpack.config.js
package.json
View file @
6d90799
...
...
@@ -84,6 +84,8 @@
"yoho-qs"
:
"^1.0.1"
,
"yoho-swiper"
:
"^3.3.1"
,
"yoho-vue"
:
"^1.0.26"
,
"yoho-vue-lazyload"
:
"^0.4.3"
"yoho-vue-infinite-scroll"
:
"^0.2.3"
,
"yoho-vue-lazyload"
:
"^0.4.3"
,
"yoho-vue-swipe"
:
"^0.2.6"
}
}
...
...
public/webpack.config.js
View file @
6d90799
...
...
@@ -30,7 +30,9 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
'yoho-qs'
,
'yoho-cookie'
,
'yoho-vue'
,
'yoho-vue-lazyload'
'yoho-vue-lazyload'
,
'yoho-vue-swipe'
,
'yoho-vue-infinite-scroll'
];
});
...
...
Please
register
or
login
to post a comment