• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Webフロントエンド パフォーマンス改善ハンドブック

Webフロントエンド パフォーマンス改善ハンドブック Build Status

このパフォーマンス改善ハンドブックでは、ウェブアプリケーションにおけるフロントエンドのパフォーマンス改善について扱っています。

次のURLで公開されています。

大きく分けて次の2種類のパフォーマンスについてを扱っています。

  • 視聴中のパフォーマンス改善
  • ページロードのパフォーマンス改善

ダウンロード版

埋め込み動画を再生できないなど一部制限がありますが、ダウンロード版を配布しています。

Install

yarn install

Development

yarn start

Deploy

yarn run build script require to install ebook-convert with calibre.

yarn run deploy
# Build web only
yarn run build:web

Running tests

yarn test

Contributing

Pull requests and stars are always welcome.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License