Skip to content

gutenye/middleman-ember-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middleman-ember-template: with Ember.js

Template Layout

source/
	index.html
	stylesheets/
	images/
	app/
		main.js
		routes.js
		controllers/  foo_controller.js
		views/        foo_view.js
		templates/    foo.handlebars
		models/       foo.js
vendor/
	javascripts/
	stylesheets/

You may also want to checkout the Ember.js with Middleman example.

Usage

  1. Download and install into ~/.middleman/ember (you'll need to create the directory it doesn't already exist)

  2. Initialize a new middleman project with middleman init my_project --template=ember

You can read more about project templates on the Middleman site.

About

A middleman template for developping ember.js app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published