Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ITSTAR
/
nodelesson56
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f6b54268
...
f6b54268c6c2db4ab7176a07ce5d139422cad2d8
authored
2018-04-24 17:13:33 +0800
by
👨🏫艾克🏃🚣♂🚵♂
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add new file
0 parents
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
f6b5426
## 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启动服务
Please
register
or
sign in
to post a comment