mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
docs: specify npm dist tag (#155)
This commit is contained in:
@@ -24,16 +24,16 @@ Video.js v10 supports both React and vanilla JavaScript/HTML through Web Compone
|
||||
|
||||
First, select your preferred framework in the framework selector at the top of the <span class="hidden lg:inline">sidebar</span><span class="lg:hidden">page</span>.
|
||||
|
||||
Then, install the appropriate package:
|
||||
Then, install the appropriate package, taking care to use the `@next` dist.
|
||||
|
||||
<FrameworkCase frameworks={["react"]}>
|
||||
```bash
|
||||
npm install @videojs/react
|
||||
npm install @videojs/react@next
|
||||
```
|
||||
</FrameworkCase>
|
||||
<FrameworkCase frameworks={["html"]}>
|
||||
```bash
|
||||
npm install @videojs/html
|
||||
npm install @videojs/html@next
|
||||
```
|
||||
</FrameworkCase>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user