Changelog
Version 1.5.2:
Changelog
Version 1.5.1:
Changelog
Version 1.5.0:
npm test
task that can be used without kick test
npm install --save
now adds the exact version to the packagekick start
npm start
, etc.)npm install
from npm pre-start taskWhen running kick start
, you now have the ability
to reload webpack-dev-server (Ctrl + R),
and open the application in browser (Ctrl + O)
Changelog
Version 1.4.0:
Every application is now generated with .eslintrc. For now, in
order to run it, you have to run kick lint
. Layouts are
now removed from core functionality and will be available later
as a separate npm module.
Partials with controllers are now deprecated in favor of components and will be removed in future versions of kick.
Changelog
Version 1.3.0:
Important change: Components are directives with a template. They now have their own place inside app/components directory. Generating directives with --template (-t) argument is deprecated and will be removed in future versions.
Changelog
Version 1.2.0:
Changelog
Version 1.1.1: