https://github.com/lpgray/gulp-boilerplate
A web front-end boilerplate by gulp.
https://github.com/lpgray/gulp-boilerplate
Last synced: 2 months ago
JSON representation
A web front-end boilerplate by gulp.
- Host: GitHub
- URL: https://github.com/lpgray/gulp-boilerplate
- Owner: lpgray
- Created: 2015-05-09T04:40:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T15:50:55.000Z (over 10 years ago)
- Last Synced: 2025-01-18T16:16:13.909Z (over 1 year ago)
- Language: CSS
- Size: 3.21 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-boilerplate
gulp web 前端工程骨架
## 先安装依赖库
```
npm install --save
```
## 开发步骤
开启一个开发服务器,支持 livereload, html includes, lessc
```
gulp serve
```
## 压缩构建
执行下面的命令,将会获得 dist 文件夹,里面是压缩后的代码。
```
gulp build
```