generator-ksong

Yeoman generator for angular frontend

Usage no npm install needed!

<script type="module">
  import generatorKsong from 'https://cdn.skypack.dev/generator-ksong';
</script>

README

generator-ksong

How to install

// step-1 install yeoman
npm install yo

// step-2 install this package
npm install -g generator-ksong

// step-3 yo genertaor this project
yo ksong [app-name]

If after step-3 has some error, you can use command sudo npm install and bower install

How to start develop Webapp

// development mode
gulp serve-dev

// debug mode
gulp serve-build

// build mode
gulp build

If you found some bugs, please conatct s#manyan.cn

Update logs 2015.8.17

remove karma test,and finish build code.

License

MIT