项目作者: cubiczx

项目描述 :
Video selector Application for the Flux architecture
高级语言: JavaScript
项目地址: git://github.com/cubiczx/flux_videoselector.git
创建时间: 2018-03-20T12:20:24Z
项目社区:https://github.com/cubiczx/flux_videoselector

开源协议:

下载


flux-videoselector

This is a very simple hello world app that you can use as a starting point for your application.

Usage

  1. cd path/to/flux-videoselector
  2. npm install
  3. npm run build
  4. # open path/to/flux-videoselector/index.html in your browser

Watch

Instead of manually building after each change it’s possible to automatically recompile the javascript bundle when files change:

  1. npm run watch
  2. # make javascript changes, then refresh path/to/flux-videoselector/index.html