Skip to content

WeeHorse/Sellaphone-to-test-2020

Repository files navigation

Server operations

Server setup

npm install

Start server

npm start

All other operations are run from the client directory

Client operations

Go to the client dir..

cd client

Install Vue CLI for the client

Read about changes to Vue CLI: https://cli.vuejs.org/guide/installation.html Unfortunately vue cli likes to be installed globally..

npm install -g @vue/cli

Client 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

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages