generator-qwui
v1.1.10
Published
quanwang fronted-team builder
Downloads
16
Readme
generator-qwui
A Yeoman generator for QWUI
Installation
First, install Yeoman and generator-qwui using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-qwui
Then generate your new project on your target directory:
yo qwui --force
About Sprites
You can use the gulp.spritesmith
to generate spritesheet,We added a can generate multiple pictures of parameters.
You have to put your image files in ./qwui/images/sprites/
,A sprite images corresponds to a folder
gulp sprites --name <name>
License
MIT