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
- Host: GitHub
- URL: https://github.com/codemonauts/docker-vue-dev-env
- Owner: codemonauts
- License: mit
- Created: 2018-10-21T11:51:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T15:30:35.000Z (over 6 years ago)
- Last Synced: 2025-10-09T15:23:21.798Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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