generator-knockout icon indicating copy to clipboard operation
generator-knockout copied to clipboard

A yeoman generator for knockout

Results 4 generator-knockout issues
Sort by recently updated
recently updated
newest added

I've followed the instructions to create a new knockout project, and when I run the out-of-the-box example, is not working. I am having the "Unexpected token import" at startup.js line...

For some reason, when I call yo ko, I don't get the language configuration question and I get .js files with typescript content.

Hi, On youtube there are only examples from Angular.js + yeoman. Could you please provide some examples with knockout and yeoman? Thank you in advance. Mic

If I do yo webapp I see the install logs show livereload being installed and I can use "grunt server" to load the app in my Chrome at localhost:9000 and...