Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

crusttech/crust-webapp-unify

Repository files navigation

Unify webapp

Project setup

Commands :

yarn global add @vue/cli
yarn install

In /public folder, create a copy of config.example.js to config.js and modify it according to your needs.

Compiles and hot-reloads for development

yarn run serve

If you are running multiple frontends (unify, messaging, ...) you can spin up each one on a different port with --port <PORT> option.

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit