https://lafikl.github.io/perfBar/
https://lafikl.github.io/perfBar/
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://lafikl.github.io/perfBar/
- Owner: lafikl
- License: mit
- Created: 2014-07-30T23:19:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T11:30:46.000Z (over 10 years ago)
- Last Synced: 2025-10-21T07:01:50.339Z (6 months ago)
- Language: JavaScript
- Homepage: http://lafikl.github.io/perfBar/
- Size: 377 KB
- Stars: 1,094
- Watchers: 28
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wpo-chinese - Perf Bar - Simple way to collect and look at your website performance metrics quickly, that supports budgeting and adding custom metrics. (Metrics Monitor)
README
[Documentation](http://lafikl.github.io/perfBar/)
[](https://gitter.im/lafikl/perfBar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Contribution & Build
===============
The source is under the `lib` dir, do your changes to the files under that directory.
The `build` should NOT be changed by hand, because browserify will override your changes.
**To build the src:**
- `cd` to the project root directory
- First install the dependencies by running `$ npm install`
- `$ npm run build`
- And that's it!