0
stars
0
forks
source link
core_kit
Core UI kit for themes project
How to install
- Install the gulp command line utility
run
npm install --global gulp-cli
- Install all npm dependencies
run
npm install
How to bulid project
- To build all project
run
gulp
- To build layouts
run
gulp buildlts
- To build components
run
gulp buildcoms
- To buld main index and components index
run
gulp buildindex
- To generate css
run
gulp css
For development purposes
- To run project browserSync configuration
run
gulp sync
- To add new component directory
run
bash mk_component.sh <component name>