Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/migueabellan/docker-vue
- Owner: migueabellan
- License: mit
- Created: 2018-09-03T20:54:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:20:34.000Z (about 6 years ago)
- Last Synced: 2023-11-03T08:25:10.274Z (about 1 year ago)
- Topics: docker, docker-compose, node, vue, vue-cli-3, vuejs, webpack
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.