Middleman 一小時完成你的專案原形

39
http://rocodev.com Middleman 小時完成你的專案原形

description

介紹為何使用、如何使用強大的 Middleman 工具,快速建構你的專案原形 (rapid prototyping)

Transcript of Middleman 一小時完成你的專案原形

Page 1: Middleman 一小時完成你的專案原形

http://rocodev.com

Middleman⼀一小時完成你的專案原形

Page 13: Middleman 一小時完成你的專案原形

http://rocodev.com

http://middlemanapp.com

Page 20: Middleman 一小時完成你的專案原形

http://rocodev.com

Placeholder Images

Page 21: Middleman 一小時完成你的專案原形

http://rocodev.com

Placeholder Images

lorem.image('300x400') #=> http://placehold.it/300x400

lorem.image('300x400', :background_color => '333', :color => 'fff')

#=> http://placehold.it/300x400/333/fff

lorem.image('300x400', :random_color => true)

#=> http://placehold.it/300x400/f47av7/9fbc34d

lorem.image('300x400', :text => 'blah')

#=> http://placehold.it/300x400&text=blah

Page 22: Middleman 一小時完成你的專案原形

http://rocodev.com

Page 26: Middleman 一小時完成你的專案原形

http://rocodev.com

http://compass-style.org

Page 27: Middleman 一小時完成你的專案原形

http://rocodev.com

Compass○ 使用語言 sass http://sass-lang.com

○ 其實就跟 less 差不多好用

○ 但加上 compass 後完全不一樣

Page 37: Middleman 一小時完成你的專案原形

http://rocodev.com

http://pinterest-clone.heroku.com/

Page 38: Middleman 一小時完成你的專案原形

http://rocodev.com

單用 compass ^_^