Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/migueabellan/docker-vue

Docker-compose for @vue/cli (NODE - VUE3)
https://github.com/migueabellan/docker-vue

docker docker-compose node vue vue-cli-3 vuejs webpack

Last synced: 5 days ago
JSON representation

Docker-compose for @vue/cli (NODE - VUE3)

Awesome Lists containing this project

README

        

# Docker Vue-cli 3

> Docker-compose for @vue/cli (NODE - VUE3)

Donwload using git

```sh
$ https://github.com/migueabellan/docker-vue.git
```

Build container

```sh
$ docker-compose build
```

Create and run new `vue/cli` webpack proyect

```sh
$ docker-compose up
or
$ docker-compose run --rm --service-ports vue
```

Or copy your vue in `web/` and run

```sh
$ docker-compose up
or
$ docker-compose run --rm --service-ports vue
```

Access project

```sh
http://localhost:8080
```

### Agradecimientos

- A [Marco Bellido](https://github.com/marcoocram) por la ayuda prestada a través del [Slack](https://join.slack.com/t/programaresunamierda/shared_invite/enQtMjk0NzE3NzUwMjc5LTRkNzkxZDc4NTBlNzZhM2Q3ZjMyZjRhZDVhNjNkYjJhZmM2NmJkZWIwN2E1YTg2MDQzYTcwMmY3ZjNkMmQ5MzM) de Programar es Una Mierda.