Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 717 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 717 Bytes

generator-qapp


Yeoman generator, using to generator utilhub app's base structure

Install

$ npm install -g yo
$ npm install https://github.com/honwlee/generator-qapp.git

Create App

$ yo qapp

Init App

$ cd ./xxx/build; npm install; cd ..
$ cd ./test; npm install

Test App

$ cd ./test; node server.js [dev | prod | server]

click [test link](http://localhost:9000) to check test page

Some scripts

$ cd ./xxx/build;
$ gulp sass // build sass
$ gulp script // build js
$ gulp sprite // add sprite
$ gulp watch // watch file

License

Released under the MIT