Skip to content

computablelabs/ffa-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffa-frontend

Web client for Computable's FFA Market. Built with Vue and Typescript.

Set up & Confgiration

This project was created with vue-cli and uses yarn.

DO NOT RUN npm commands or you will bork the configuration!

This project also requires node version 10.16.0. Install nvm and run nvm install 10.16.0 followed by nvm use 10.16.0.

yarn commands

Project setup:

yarn install

Compiles and hot-reloads for development:

yarn run serve

Compiles and minifies for production:

yarn run build

Run your tests:

yarn run test

Lints and fixes files:

yarn run lint

Run your unit tests:

yarn run test:unit