edward32tnt / vinext-player

A project to learn TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A project to learn TypeScript.


Languages

Language:TypeScript 63.6%Language:CSS 23.3%Language:JavaScript 8.1%Language:HTML 5.0%