An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# gulp-boilerplate

gulp web 前端工程骨架

## 先安装依赖库

```
npm install --save
```

## 开发步骤
开启一个开发服务器,支持 livereload, html includes, lessc
```
gulp serve
```

## 压缩构建
执行下面的命令,将会获得 dist 文件夹,里面是压缩后的代码。
```
gulp build
```