Skip to content
fritx edited this page Oct 17, 2014 · 4 revisions

安装nodejs

下载地址 http://nodejs.org

安装相关工具

$ npm install -g gulp
$ npm install -g bower

搭建项目

$ git clone git@github.com:fritx/emshop
$ cd emshop
$ npm install
$ bower install
Clone this wiki locally