InventiStudio / cryptomonitor-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoMonitor Front-end

by InventiStudio

Table of Contents

Setup

Requirements

Development

# Clone repo and install deps
yarn
# Run dev server with hot reload at localhost:8080
yarn dev

Linters

# Run sass-lint
yarn lint:sass

# Run ESlint
yarn lint:es

# Run all linters
yarn lint

Tests

# Run Unit tests
yarn test:unit
# Run e2e tests
yarn test:e2e

Production

# Build for production with minification
yarn build

# Build for production and view the bundle analyzer report
yarn build --report

# Run production server
yarn start

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About


Languages

Language:HTML 82.6%Language:JavaScript 8.2%Language:Vue 6.2%Language:CSS 2.7%Language:Shell 0.4%Language:Dockerfile 0.0%