eb-player 1.52.2 → 1.52.4

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 CHANGED
@@ -1,13 +1,30 @@
1
1
  # EasyBroadcast player
2
2
 
3
3
  ## Generate players
4
+
4
5
  - Development:
5
6
  ```yarn dev --player videos/easybroadcast/demo```
6
- Then navigate to http://localhost:8080/
7
+ Then navigate to <http://localhost:8080/>
7
8
 
8
9
  - Production:
9
10
  ```yarn generate --player videos/easybroadcast/demo```
10
11
  Result is placed in `dist/players`
11
12
 
12
- ## Build vue component
13
- ```yarn build```
13
+ ## Build players
14
+
15
+ In your player folder: /!\ Before building, change version in package.json following semantinc versionning: <https://semver.org/lang/fr/>
16
+
17
+ you may sometime want to skip that but be carefull cause everything in this folder will be published rm ./dist/build
18
+
19
+ builds the defaut player. yarn build
20
+
21
+ builds a specific skin like forja.js config file and but in the config folder. yarn build --player forja
22
+
23
+ build any other skin here using --player, /!\ you have to build them all every time except if you know what you're doing
24
+
25
+ steps to upgrade npm package from your master branche
26
+
27
+ npm login
28
+ npm publish (path your eb-player project)
29
+ npm unpublish eb-player@version <!> version you are published
30
+ when you finish and test this version feel free to also push on git