Add new file
0 parents
Showing
1 changed file
with
20 additions
and
0 deletions
README.md
0 → 100644
1 | ## http://imfly.github.io/sacdl-project | ||
2 | ## 安装node | ||
3 | $ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash | ||
4 | 用Nvm安装Node.js | ||
5 | $ nvm install 5.1.0 | ||
6 | $ nvm alias default 5.1.0 | ||
7 | ## 新建工程 npm init | ||
8 | ## 安装前端组件 | ||
9 | --save-dev 开发依赖 | ||
10 | --save 发布依赖 | ||
11 | ## express启动服务 | ||
12 | ## 制作接口 | ||
13 | |||
14 | ## 接口API | ||
15 | |||
16 | ## 整理数据 | ||
17 | |||
18 | ## gulp压缩 | ||
19 | |||
20 | ## npm启动服务 |
-
Please register or sign in to post a comment