Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 370 Bytes

File metadata and controls

30 lines (22 loc) · 370 Bytes

Quant-UX

This is the quant-ux front end. You can find a working demo at https://quant-ux.com/#/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint