Webフロントエンド パフォーマンス改善ハンドブック
このパフォーマンス改善ハンドブックでは、ウェブアプリケーションにおけるフロントエンドのパフォーマンス改善について扱っています。
次の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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
- コード: MIT
- 文章: CC BY-NC 4.0