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.
c275ff032b | 9 months ago | |
---|---|---|
src | 9 months ago | |
webpack | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 1 year ago | |
gulpfile.js | 9 months ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago |
README.md
gulp-static-html-demo
这个demo,主要是为了快速开发纯静态项目。 利用gulp,实现静态页面自动启动服务器、实时刷新、es6转义、scss转css,共用公共页面等操作
使用
npm install
npm run dev
npm run build
分支:common
普通静态页面
功能包括:
- 自动启动服务器
- 实时刷新
- 共用公共页面
- 压缩html、css
分支:scss
普通静态页面[scss]
功能包括:
- 自动启动服务器
- 实时刷新
- 共用公共页面
- 压缩html、css
- scss转换为css
分支:es6-scss
普通静态页面[包含es6的js,以及scss]
功能包括:
- 自动启动服务器
- 实时刷新
- 共用公共页面
- 压缩html、css
- scss转换为css
- es6转义