storj/web/satellite
Nikolay Yurchenko 64e2ca6f42
Satellite project details markup, adaptation and tests fixes (#704)
* [V3-770] user settings markup updated

* naming refactoring acc to BEM

* [V3-767] added project details markup, created media rules, existing tests fixed
2018-11-23 17:48:11 +02:00
..
src Satellite project details markup, adaptation and tests fixes (#704) 2018-11-23 17:48:11 +02:00
static Satellite project details markup, adaptation and tests fixes (#704) 2018-11-23 17:48:11 +02:00
tests/unit Satellite project details markup, adaptation and tests fixes (#704) 2018-11-23 17:48:11 +02:00
.gitignore [WIP] Header satellite ui initial markup (#651) 2018-11-14 16:00:01 +02:00
babel.config.js Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
index.html Satellite project details markup, adaptation and tests fixes (#704) 2018-11-23 17:48:11 +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 [WIP] Header satellite ui initial markup (#651) 2018-11-14 16:00:01 +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