This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# gulp-static-html-demo
这个demo,主要是为了快速开发纯静态项目。
利用gulp,实现静态页面自动启动服务器、实时刷新、es6转义、scss转css,共用公共页面等操作
## 使用
```shell
npm install
npm run dev
npm run build
```
## 分支:common
普通静态页面
功能包括:
1. 自动启动服务器
2. 实时刷新
3. 共用公共页面
4. 压缩html、css
## 分支:scss
普通静态页面[scss]
5. scss转换为css
## 分支:es6-scss
普通静态页面[包含es6的js,以及scss]
6. es6转义