Commit f6b54268 f6b54268c6c2db4ab7176a07ce5d139422cad2d8 by 👨‍🏫艾克🏃‍🚣‍♂🚵‍♂

Add new file

0 parents
Showing 1 changed file with 20 additions and 0 deletions
## http://imfly.github.io/sacdl-project
## 安装node
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
用Nvm安装Node.js
$ nvm install 5.1.0
$ nvm alias default 5.1.0
## 新建工程 npm init
## 安装前端组件
--save-dev 开发依赖
--save 发布依赖
## express启动服务
## 制作接口
## 接口API
## 整理数据
## gulp压缩
## npm启动服务