文件名称:gulp搭建项目框架模板
文件大小:545KB
文件格式:ZIP
更新时间:2024-03-12 11:08:16
gulp 网站项目 javascript 网页
基础gulp配置、bootstarp、jquery都有,下载下来先npm i下载依赖,node最好是10.X,不然与gulp不兼容。npm run gulp即可运行demo
【文件预览】:
.babelrc
package.json
gulpfile.js
package-lock.json
src
----css()
--------system()
--------common.css(39B)
----images()
----fonts()
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.woff2(18KB)
--------glyphicons-halflings-regular.ttf(44KB)
--------glyphicons-halflings-regular.eot(20KB)
--------glyphicons-halflings-regular.svg(106KB)
----index.html(244B)
----js()
--------index.js(65B)
--------system()
----common()
--------commonScript.html(306B)
--------footer.html(56B)
--------header.html(56B)
--------commonCss.html(587B)