Skip to content

b2p-fred/test-vuejs

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published