gramcha / skinconfigurator

OOYALA V4 player skin configurator - GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skin Configurator for OOYALA V4 Player

Provides simple UI for configuring the skin.json.

Developed using vue js + node server.

alt text

How to run?

  • npm install: It will install required packages.
  • npm run start-prod: It will start the server.
  • Open browser with http://localhost:3000/

Fork It And Make Your Own

What are you waiting for?! Make something awesome!

Commands for building in dev and prod environment if you fork this project##

  • npm run dev: first-in-class development experience.

    • Webpack dashboard + vue-loader for single file Vue components.
    • State preserving hot-reload
    • State preserving compilation error overlay
    • Lint-on-save with ESLint
    • Source maps
  • npm run build: Production ready build.

    • JavaScript minified with UglifyJS.
    • HTML minified with html-minifier.
    • CSS across all components extracted into a single file and minified with cssnano.
    • All static assets compiled with version hashes for efficient long-term caching, and a production index.html is auto-generated with proper URLs to these generated assets.
  • npm run start-prod: It will start the server in production environment.

    • Execute this command to up application in non-dev mode.

License

MIT License

Copyright (c) 2017 Ganeshkumar Ramachandran

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

OOYALA V4 player skin configurator - GUI

License:MIT License


Languages

Language:Vue 69.7%Language:JavaScript 28.9%Language:CSS 0.8%Language:HTML 0.6%