storj/web/satellite
Yehor Butko 0c95fba4c8
Satellite Projects db entity and api updated (#772)
* Satellite Projects db entity and api updated

* get users projects query updated with dbx
2018-12-06 17:19:47 +02:00
..
src Satellite Projects db entity and api updated (#772) 2018-12-06 17:19:47 +02:00
static Satellite team markup (#766) 2018-12-05 18:39:03 +02:00
tests/unit Auth logic additions (#710) 2018-11-27 12:51:33 +02:00
.gitignore [WIP] Header satellite ui initial markup (#651) 2018-11-14 16:00:01 +02:00
babel.config.js Add copyright checks for vue, js and ts (#712) 2018-11-27 14:16:52 +02:00
index.html V3-763 Create logic for project details (#728) 2018-11-28 18:20:23 +02:00
package.json V3-896 Added TS & Vue lint rules (#769) 2018-12-06 14:12:09 +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 V3-896 Added TS & Vue lint rules (#769) 2018-12-06 14:12:09 +02:00
vue.config.js Add copyright checks for vue, js and ts (#712) 2018-11-27 14:16:52 +02:00
webpack.config.dev.js Add copyright checks for vue, js and ts (#712) 2018-11-27 14:16:52 +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