- Gulp
- Sass
- Vue
- BrowserSync
Run npm install
.
Run gulp dev
, browser will load the dist/
folder and auto refresh upon changes.
Run gulp img
, to pipe all images from src/img/
to dist/img/
.
Run gulp production
, all css and js will be complied and compressed.