ember-pods
v0.0.4
Published
Ember starter kit based on a pods file structure
Downloads
3
Readme
ember-pods
Ember.js starter kit based on pods file structure
Work in progress
Includes:
- CoffeeScript
- Stylus + Nib
- ES6 module system (using AMD + Almond.js)
- Emblem templating
- Grunt + livereload
Using the generator
From within a terminal at root level, run:
./generate pod <podname>
./generate model <modelname>
./generate component <componentname>
./generate helper <helpername>
Starting the project
From within a terminal at root level, run:
grunt
- build the project, watch and livereloadgrunt server
- build the project, watch, livereload and spawn a development server