GoogleChromeLabs / jscost.org

JSCost.org - a JavaScript cost visualizer 💸

Home Page:https://jscost.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSCost - JavaScript Performance Estimator sample

This repository contains the complete sample code for the JSCost Performance Estimator sample. This shows how to use WebPageTest.org and the Chrome DevTools Timeline to estimate the performance of JavaScript on different mobile devices.

Contributing changes

Build Setup

Requires Node.js 6+

cd app

# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:8080
npm run dev

# build for production (including Service Worker generation)
npm run build

# lint sources
npm run lint

Licensing

About

JSCost.org - a JavaScript cost visualizer 💸

https://jscost.org

License:Apache License 2.0


Languages

Language:JavaScript 44.8%Language:Vue 41.2%Language:CSS 7.2%Language:HTML 6.9%