文件名称:automation-development-ie8:兼容IE8自动化集成开发环境
文件大小:131KB
文件格式:ZIP
更新时间:2024-05-26 23:27:49
JavaScript
基于Gulp的前端开发模版 适用场景:大量开发页面,前后端分离。 特点:功能自动化,可配置, 提供IE8兼容解决方案,提供常用模板。 不足:不能解决所有IE8及以下问题,需要根据实际情况自行处理。 项目运行 $ git clone https://github.com/gezi666/automation-development-ie8.git $ cd automation-development-ie8 $ npm install $ npm run dev //用于开发环境 $ npm run build //用于生产环境 浏览器输入地址查看模板: 项目目录结构 . ├─ build/ # gulp 任务配置目录 ├─ dist/ # build 生成的生产环境下的项目 ├─ src/ # 源码
【文件预览】:
automation-development-ie8-master
----package.json(1KB)
----gulpfile.js(1KB)
----src()
--------css()
--------img()
--------js()
--------html()
--------components()
----.gitignore(92B)
----README.md(10KB)
----build()
--------tasks()
--------util.js(383B)