myint-video-player
v1.8.19
Published
## Development ``` npm install
Keywords
Readme
myint-video-player
Development
npm install
npm run servePublish npm package
1. Compiles and minifies for production
npm run build2. Change version in package.json
"version": "1.0.0"3. Sign in to NPM
npm login4. Publish package to NPM
npm publishHow to use MyintVideoPlayer in your project ?
npm install myint-video-player --saveimport 'myint-video-player/dist/myintVideoPlayer.css';
import { MyintVideoPlayer } from 'myint-video-player';<MyintVideoPlayer :video="video" :markers="markers" />