eb-player 1.52.0 → 1.52.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/dist/build/default.js +1 -0
- package/dist/build/forja.js +1 -0
- package/package.json +72 -72
- package/dist/ebplayer.bundle.js +0 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# EasyBroadcast player
|
|
2
|
-
|
|
3
|
-
## Generate players
|
|
4
|
-
- Development:
|
|
5
|
-
```yarn dev --player videos/easybroadcast/demo```
|
|
6
|
-
Then navigate to http://localhost:8080/
|
|
7
|
-
|
|
8
|
-
- Production:
|
|
9
|
-
```yarn generate --player videos/easybroadcast/demo```
|
|
10
|
-
Result is placed in `dist/players`
|
|
11
|
-
|
|
12
|
-
## Build vue component
|
|
13
|
-
```yarn build```
|
|
1
|
+
# EasyBroadcast player
|
|
2
|
+
|
|
3
|
+
## Generate players
|
|
4
|
+
- Development:
|
|
5
|
+
```yarn dev --player videos/easybroadcast/demo```
|
|
6
|
+
Then navigate to http://localhost:8080/
|
|
7
|
+
|
|
8
|
+
- Production:
|
|
9
|
+
```yarn generate --player videos/easybroadcast/demo```
|
|
10
|
+
Result is placed in `dist/players`
|
|
11
|
+
|
|
12
|
+
## Build vue component
|
|
13
|
+
```yarn build```
|