storj/web/satellite
Yingrong Zhao df1401d952 add segment.io into satellite GUI (#1946)
* Inject segment snippet

* Add page tracking on components mounted

* Use router state to send tracking data to segment.io

Move router tracking into router file

* Create plugin for analytics

* Add plugin

* Add .env file for segment track id

* Replace custome plugin with vue-segment-analytics package

* Rename .env file to not be used for production

* Add DNT check before tracking

clean up code

* move tracker to be above page reload

* Inject segment snippet

* Add page tracking on components mounted

* Use router state to send tracking data to segment.io

Move router tracking into router file

* Create plugin for analytics

* Add plugin

* Add .env file for segment track id

* Replace custome plugin with vue-segment-analytics package

* Rename .env file to not be used for production

* Add DNT check before tracking

clean up code

* move tracker to be above page reload
2019-06-11 15:00:23 -04:00
..
src add segment.io into satellite GUI (#1946) 2019-06-11 15:00:23 -04:00
static nobuckets state implemented (#2110) 2019-06-04 16:04:17 +03:00
tests/unit Satellite console team members fetch bug (#1540) 2019-03-29 12:46:42 +02:00
.env.example add segment.io into satellite GUI (#1946) 2019-06-11 15:00:23 -04:00
.gitignore linting satellite code (#1331) 2019-02-20 15:33:56 +02:00
babel.config.js updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
Dockerfile Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
entrypoint Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
index.html Web minor fixes for deploy (#1731) 2019-04-10 21:27:55 -04:00
jestSetup.ts updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
package.json add segment.io into satellite GUI (#1946) 2019-06-11 15:00:23 -04:00
README.md Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
tsconfig.json Satellite frontned empty states (#1682) 2019-04-05 18:08:14 +03:00
tslint.json Satellite frontned empty states (#1682) 2019-04-05 18:08:14 +03:00
vue.config.js updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
webpack.config.dev.js Web usage report markup (#1409) 2019-04-02 22:33:03 +03:00

storj-dev-panel

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Build docker container

From root of the repository, run:

make satellite-ui-image

Run docker container

docker run -p 8080:8080 storjlabs/satellite-ui:latest