样板安装依赖你必须安装和才能在你的机器上运行这个应用程序。在OS X上,您可以通过管理两者。 $ > brew install node ruby ... installs the latest versions of node and ruby on your OS X machine您还需要PATH上可用的和库。这个应用程序使用grunt作为任务运行器,并使用指南针将SCSS编译成CSS。 $ > npm install ... installs npm dependencies and bower dependencies $ > npm install -g grunt-cli ... installs the grunt command-line utility globally $ > gem install compass ... install