Netflix / vector

Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser.
http://getvector.io/
Apache License 2.0
3.58k stars 253 forks source link

Remove bower #194

Closed jasonk000 closed 6 years ago

jasonk000 commented 6 years ago

Removes need for bower in the build process.

Simplifies dependency installation.

$ npm install
$ npm run build
$ npm run test
$ npm run serve

(Will require a documentation update for getvector.io)