Skip to content

Commit 7bd28f0

Browse files
author
huangxin03
committed
package management
1 parent e9e99b5 commit 7bd28f0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,30 @@ touch.on('#rotation .target', 'touchstart', function(ev){ ev.startRotate();
2525
});
2626
```
2727

28+
### 包管理器
29+
30+
`Touchjs`已发布至多种包管理器,可以通过以下包管理器来管理`Touchjs`:
31+
- ##### NPM
32+
安装: `npm install touchjs`
33+
34+
更新: `npm update touchjs`
35+
36+
卸载: `npm uninstall touchjs`
37+
38+
- ##### Bower
39+
安装: `bower install touchjs`
40+
41+
更新: `bower update touchjs`
42+
43+
卸载: `bower uninstall touchjs`
44+
45+
- ##### Component
46+
安装: `conponent install brandnewera/touchjs`
47+
48+
更新: `conponent update brandnewera/touchjs`
49+
50+
卸载: `conponent uninstall brandnewera/touchjs`
51+
2852
### 问题反馈
2953

3054
如有疑问, 可以直接提issue, 我们会及时为您解答.

0 commit comments

Comments
 (0)