0.0.4 • Published 11 years ago

ember-pods v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

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 livereload
  • grunt server - build the project, watch, livereload and spawn a development server
0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago