Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 840 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 840 Bytes

my-front, tests for a Vue.js frontend

Project setup

Hint, run

$ make info

to view all the available commands thanks to make -)

$ make build

Else, you can:

$ cp .env.dist .env
$ cp docker-compose.override.yml.dist docker-compose.override.yml
$ docker-compose build

And then you can configure in the .env and docker-compose.override.yml files if needed.

Compiles and hot-reloads for development

$ make up
# Browse http://localhost:8080

Lints and fixes files / run unit tests

$ make lint
# e.g. yarn lint

$ make test
# e.g. yarn test

Compiles and minifies for production

$ make prod
# Get the result in the 'dist' directory
# e.g. yarn build

Customize configuration

See Configuration Reference.