文件名称:tinycarousel:轻量级轮播,可滑动基于html的内容
文件大小:369KB
文件格式:ZIP
更新时间:2024-05-06 00:12:19
JavaScript
**需要维护人员! ** 构建自己的tinycarousel版本所需的内容 为了构建tinycarousel,您需要安装Node.js / npm和git 1.7或更高版本。 如何建立自己的微型旋转木马 首先,通过运行以下命令克隆主要tinycarousel git repo的副本: git clone git://github.com/wieringen/tinycarousel.git 安装grunt-cli软件包,以便您可以从需要它的任何项目中获得正确版本的grunt。 这应该作为全局安装来完成: npm install -g grunt-cli 输入tinycarousel目录并安装Node依赖项,这一次没有指定全局安装: cd tinycarousel && npm install 通过测试确保已安装grunt : grunt -version 然后,要获取tin
【文件预览】:
tinycarousel-master
----.jshintrc(48B)
----MIT-LICENSE.txt(1KB)
----lib()
--------jquery.tinycarousel.min.js(2KB)
--------jquery.tinycarousel.js(8KB)
----examples()
--------simple()
--------responsive()
----.travis.yml(685B)
----test()
--------conf()
--------fixtures()
--------unit()
----Gruntfile.coffee(5KB)
----README.md(2KB)
----tinycarousel.jquery.json(856B)
----docs()
--------index.html(23KB)
--------images()
--------css()
--------technical()
----.gitignore(103B)
----package.json(2KB)