commit 52e1ed8a108290d2412122d0928347547c6e8c8c Author: ppst Date: Thu Apr 6 21:54:20 2023 +0800 readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf6ec64 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# gulp-static-html-demo + +这个demo,主要是为了快速开发纯静态项目。 +利用gulp,实现静态页面自动启动服务器、实时刷新、es6转义、scss转css,共用公共页面等操作 +## 分支: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转义