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

54 lines
826 B
Markdown

2 years ago
# gulp-static-html-demo
这个demo主要是为了快速开发纯静态项目。
利用gulp实现静态页面自动启动服务器、实时刷新、es6转义、scss转css共用公共页面等操作
## 使用
```shell
npm install
npm run dev
npm run build
```
9 months ago
## 分支2024
一个H5静态网页demo
2 years ago
## 分支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转义