storj/web/satellite
Nikolay Yurchenko 8d81617481 Satellite frontend initial (#515)
* initial frontend arch satellite account

* V3-500 register page
2018-11-05 17:26:18 +02:00
..
src Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
static Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
tests/unit Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
.gitignore Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
babel.config.js Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
index.html Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
package-lock.json Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
package.json Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
README.md Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
tsconfig.json Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
tslint.json Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
vue.config.js Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
webpack.config.dev.js Satellite frontend initial (#515) 2018-11-05 17:26:18 +02: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