Skip to content

Commit 57b58e7

Browse files
author
zhangbo
committed
使用
1 parent 7e995c5 commit 57b58e7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@
1010
```
1111
克隆项目到本地
1212
git clone https://github.com/febobo/angular-pagination.git
13+
14+
要跑demo环境要求
15+
node , bower , npm , gulp
16+
1317
安装
14-
npm install && bower install
18+
npm install && bower install
19+
20+
运行
21+
gulp serve
1522
1623
```
1724

@@ -59,4 +66,6 @@ var app = angular.module('demo' , ['pagination']);
5966
})
6067
6168
```
69+
#### Q&A
70+
@febobo
6271

0 commit comments

Comments
 (0)