We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861a1b6 + 50c8995 commit 3e25c18Copy full SHA for 3e25c18
README.md
@@ -65,5 +65,10 @@ Now, just use it:
65
You can see more information [here](https://github.com/algoz098/vue-player/blob/master/PLAYER.md)
66
67
## Contribution
68
+All contributions are welcome, and every pull request will be seen. Thank you for your time!
69
-All contribution are wellcome, and every pull request will be seen. Thank you for your time!
70
+### Developer scripts
71
+
72
+* `npm run-script build` To build the vue application.
73
+* `npm run-script test:unit` To run the jest tests.
74
+* `npm run-script serve` To run the standalone demo page.
0 commit comments