https://github.com/maybemonad/destatic
A stater HTML Template using Pug, Sass, Webpack, Gulp.
https://github.com/maybemonad/destatic
bootstrap-grid gulp pug sass webpack
Last synced: 3 months ago
JSON representation
A stater HTML Template using Pug, Sass, Webpack, Gulp.
- Host: GitHub
- URL: https://github.com/maybemonad/destatic
- Owner: MaybeMonad
- Created: 2018-12-19T07:06:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T03:22:04.000Z (over 5 years ago)
- Last Synced: 2025-01-13T12:48:32.638Z (4 months ago)
- Topics: bootstrap-grid, gulp, pug, sass, webpack
- Language: CSS
- Size: 206 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeHTML - A starter HTML Template using Pug, Sass, Webpack, Gulp.
Start to build your next web page without extra configuration.
简单拼凑了下 Gulp 和 Webpack 的功能,开箱即用,无需多余配置...其实是配置简陋,请自行丰富 🤪。
## Quick Start
```bash
# copy to your local environment
git clone https://github.com/DezineLeo/DeHTML.git# install dependencies
yarn install# start dev
yarn dev
```## Gulp Configration
+ Generate `*.pug` files
+ Concat vendor CSS into a single `plugins.min.css`
+ Concat vendor JS into a single `plugins.min.js`
+ Using Webpack 4 and Babel 7 to output `app.js`
+ HTML beautify enabled
+ Minimize images
+ Using **Browsersync**