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

https://github.com/codemonauts/docker-vue-dev-env

Docker image for Vue development
https://github.com/codemonauts/docker-vue-dev-env

Last synced: 9 days ago
JSON representation

Docker image for Vue development

Awesome Lists containing this project

README

          

# vue-dev-env

## Installation
```
docker build -t codemonauts/vue-dev-env .
```
or
```
docker pull codemonauts/vue-dev-env
```

## Usage
```
cd your-vue-project
docker run --rm -it -v ${PWD}:/local -p 8080:8080 codemonauts/vue-dev-env
```

This will install the dependencies and then serve the content on port 8080