我试图找到最好的方式使用Swiper在引导4基于Laravel5.7网站。
在已安装的Swiper中使用npm install swiper。
In app.js I In:
require('./bootstrap');
require('swiper');
require('./custom');
引导和自定义与app.js一样存在于资源/js中。刷卡安装在/node_modules中。
In custom.js
var ProjectSwiper = new Swiper('.swiper-container', {
有人能帮忙吗?我需要一个滑动计数器用于我的js旋转木马,但是这个计数器不能工作:
例如,如果总幻灯片为8,则起始值如下:幻灯片: 0/8。当一个幻灯片移动时,它就变成了幻灯片: 1/8等等。
我找到了这个示例,但它适用于较早版本的swiper js,我无法找到一种方法来使用swiper的最新版本。在我的密码里有我需要的版本。
谢谢!
var mySwiper = new Swiper('.swiper-container', {
// Optional parameters
loop: true,
// If we need pagination
pagi
我试图在我的angular2 + npm应用程序中使用刷库,但是在试图使用它时在构建时出现了错误。
错误是:
ERROR in vendor.95f9dda80938ded736ad.bundle.js from UglifyJs
Unexpected token: name (class_SwiperClass) [vendor.95f9dda80938ded736ad.bundle.js:16626,6]
我已经将它包含在我的package.json中,并且正在使用它,如下所示:
import Swiper from 'swiper/src/components/core/core