1 | # @better-scroll/core
|
2 |
|
3 | [中文文档](https://github.com/ustbhuangyi/better-scroll/blob/master/packages/core/README_zh-CN.md)
|
4 |
|
5 | core scroll from BetterScroll.
|
6 |
|
7 | ## Usage
|
8 |
|
9 | ```js
|
10 | import BScroll from '@better-scroll/core'
|
11 |
|
12 | const bs = new BScroll('.wrapper', {/* ... */})
|
13 | ```
|