examples-web-app
examples-web-app copied to clipboard
Examples of web applications and tools.
From GitHub warning: ``` These dependencies have been defined in examples-web-app‘s manifest files, such as watchify/package.json, indexeddb/package.json, and browserify/package.json ```
For the project of starter. * [html-minifier](https://www.npmjs.com/package/html-minifier)
Use `babel-polyfill` to work on IE 11. Target projects: * babel-preset-env * front-end-starter * front-end-starter-with-gulp
To add a file size inspector of the release version of JavaScript image to the front-end-starter. - [Visualize Browserify Bundle with NPM Scripts](https://gist.github.com/rhewitt22/46acc4a1741ca2f14fd0) - [JavaScriptライブラリ/プロジェクトのファイルサイズの問題点を見つける方法 - Qiita](http://qiita.com/azu/items/7b54d614dc816780034a)
HTML5 の video タグによる動画再生サンプルを作成する。 - 動画の読み込みと再生は JavaScript 側で処理 - video の control 属性は利用せず、UI は自前で用意