0.2.4 • Published 7 years ago

tvml-webpack-plugin v0.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

TVML WebPack Plugin

Build Status npm version Dependency Status devDependency Status

A WebPack plugin to support on developing TVML-based WebApps for tvOS

NPM

Feel free to donate

Or donate Bitcoins: Bitcoin

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

0.2.3-dev-1

7 years ago

0.2.4-19

7 years ago

0.2.4-18

7 years ago

0.2.4-1

7 years ago

0.2.4-17

7 years ago

0.2.4-16

7 years ago

0.2.4

7 years ago

0.2.3-15

7 years ago

0.2.3-14

7 years ago

0.2.3-13

7 years ago

0.2.3-11

7 years ago

0.2.3-1

7 years ago

0.2.3-10

7 years ago

0.2.3-9

8 years ago

0.2.3

8 years ago

0.2.3-dev-4

8 years ago

0.2.2-8

8 years ago

0.3.0-dev-2

8 years ago

0.2.2-1

8 years ago

0.2.2

8 years ago

0.2.2-7

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago