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.
gulp-static-html/README.md

781 B

gulp-static-html-demo

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

使用

npm install
npm run dev
npm run build

分支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转义