Skip to content

nekronhuang/vinext-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vinext-player

A project to learn TypeScript.

What is vinext?

vinext means video/vision next. By the way, I prefer vision.

Some future projects of Videojj will name after vinext.

Compatibility

vinext-player is compatible with browsers supporting Full Screen Api and Flash:

  • IE 11+
  • Chrome
  • Firefox
  • Mobile browsers

Quick start

develop

# install dependencies
$ npm install

# start webpack dev server
$ npm run dev

# go to http://localhost:8800

pre-release

# build for production
$ npm run prod

# upload main file
$ cd dist
# there is a command line tool written in Golang
$ ./upload -user nekron -local main -remote vinext-player.js