mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 07:59:40 +03:00
25 lines
620 B
Markdown
25 lines
620 B
Markdown
# Examples
|
|
|
|
Run example applications with `OverlayScrollbars`.
|
|
|
|
> __Note__: All commands must be executed from the root directory of the repository unless stated differently.
|
|
|
|
## Install and Build
|
|
|
|
Before any application can be started, all dependencies have to be installed and the library has to be build:
|
|
|
|
1. `npm install`
|
|
2. `npm run build:os`
|
|
|
|
## Run Example
|
|
|
|
The following examples are available:
|
|
|
|
| App | Command |
|
|
| :--- | :--- |
|
|
| React | `npm run example:react` |
|
|
| Vue | `npm run example:vue` |
|
|
| Angular | `npm run example:ngx` |
|
|
| Svelte | `npm run example:svelte` |
|
|
| Solid | `npm run example:solid` |
|