主要是为了快速开发纯静态项目。 利用gulp,实现静态页面自动启动服务器、实时刷新、es6转义、scss转css,共用公共页面等操作。
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
彭翩 410d3672c6 fix: 压缩js 9 months ago
src fix: 样式生成 9 months ago
webpack 普通静态页面[包含es6的js,以及scss] 2 years ago
.gitignore 普通静态页面[包含es6的js,以及scss] 2 years ago
README.md fix: 添加 9 months ago
gulpfile.js fix: 压缩js 9 months ago
package-lock.json fix: 压缩js 9 months ago
package.json fix: 压缩js 9 months ago

README.md

gulp-static-html-demo

这个demo主要是为了快速开发纯静态项目。 利用gulp实现静态页面自动启动服务器、实时刷新、es6转义、scss转css共用公共页面等操作

使用

npm install
npm run dev
npm run build

分支2024

一个H5静态网页demo

分支common

普通静态页面

功能包括:

  1. 自动启动服务器
  2. 实时刷新
  3. 共用公共页面
  4. 压缩html、css

分支scss

普通静态页面[scss]

功能包括:

  1. 自动启动服务器
  2. 实时刷新
  3. 共用公共页面
  4. 压缩html、css
  5. scss转换为css

分支es6-scss

普通静态页面[包含es6的js以及scss]

功能包括:

  1. 自动启动服务器
  2. 实时刷新
  3. 共用公共页面
  4. 压缩html、css
  5. scss转换为css
  6. es6转义