Skip to content

honwlee/generator-qapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a generator for create qnet app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published