Skip to content

Latest commit

 

History

History

joints

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Quick start

Clone codes

git clone 

Install gulp and bower in global

npm install -g gulp bower

Enter directory and install dependencies

npm install
bower install

Compile all items and start web server

gulp

Compile all items and output to specified directory without start web server

gulp --dist {directory}