storj/web/satellite
2019-01-09 18:13:43 +02:00
..
src api keys markup updated (#1009) 2019-01-09 18:13:43 +02:00
static [V3-873] Error pages markup and 404 logic (#831) 2018-12-12 12:06:33 +02:00
tests/unit V3-1033 Implement AppState module for DropDown lists (#1008) 2019-01-09 17:40:21 +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
jestSetup.ts Satellite Web store test coverage (#948) 2019-01-08 17:14:00 +02:00
package.json Satellite Web store test coverage (#948) 2019-01-08 17:14:00 +02:00
README.md Satellite frontend initial (#515) 2018-11-05 17:26:18 +02:00
tsconfig.json [V3-965] Satellite account. Fixed Vue lint errors (#890) 2018-12-18 16:43:23 +02:00
tslint.json [V3-965] Satellite account. Fixed Vue lint errors (#890) 2018-12-18 16:43:23 +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 [V3-965] Satellite account. Fixed Vue lint errors (#890) 2018-12-18 16:43:23 +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