NVQuan / demo-gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install build tools

  1. Install command

./scripts/install.sh

  1. Init yarn

cd your-folder-name
yarn init

Hit enter until the end.

  1. How to run

gulp default

Install gulp-cli


npm i -g gulp-cli

Init yarn


cd your-folder-name
yarn init

Hit enter until the end.

Install our modules


yarn add gulp gulp-sass browser-sync gulp-autoprefixer gulp-clean-css gulp-purgecss del gulp-minify gulp-zip --dev

Install node-sass


npm install node-sass --save-dev

How to run


gulp default

How to zip


gulp zip

About


Languages

Language:HTML 45.5%Language:JavaScript 26.5%Language:CSS 17.8%Language:Shell 10.2%