generator-knockout
generator-knockout copied to clipboard
A yeoman generator for knockout
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.
examples
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...