tvml-webpack-plugin
v0.2.4
Published
TVML WebPack Plugin
Downloads
14
Readme
TVML WebPack Plugin
A WebPack plugin to support on developing TVML-based WebApps for tvOS
Feel free to donate
Or donate Bitcoins:
Also via greenaddress
Installation
npm install tvml-webpack-plugin --save-dev
Or if you want to use the development version (nightly build), which maybe not stable!:
npm install tvml-webpack-plugin@next --save-dev
Usage
var TvmlPlugin = require("tvml-webpack-plugin");
module.exports = {
plugins: [
new TvmlPlugin();
]
}
Advanced usage
var TvmlPlugin = require("tvml-webpack-plugin");
module.exports = {
plugins: [
new TvmlPlugin({appFile: './src/application.js',port:9000});
]
}
Thanks
Thanks to joshhunt. His project was base for this.
License
MIT, Copyright 2016 Martin Reinhardt