https://github.com/herrmannplatz/vue-cli-plugin-docker
🐳 Dockerize your vue app
https://github.com/herrmannplatz/vue-cli-plugin-docker
docker vue-cli vue-cli-plugin vuejs
Last synced: 12 months ago
JSON representation
🐳 Dockerize your vue app
- Host: GitHub
- URL: https://github.com/herrmannplatz/vue-cli-plugin-docker
- Owner: herrmannplatz
- License: mit
- Archived: true
- Created: 2018-03-02T23:49:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T18:43:12.000Z (over 1 year ago)
- Last Synced: 2025-04-20T19:16:56.404Z (about 1 year ago)
- Topics: docker, vue-cli, vue-cli-plugin, vuejs
- Language: Dockerfile
- Homepage:
- Size: 327 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-docker
[](https://badge.fury.io/js/vue-cli-plugin-docker) [](https://travis-ci.org/herrmannplatz/vue-cli-plugin-docker)
> 🐳 Dockerize your vue app
## Installation
```bash
$ vue add docker
```
## Usage
It will create a `Dockerfile` and `.dockerignore` in the root of your project. [serve](https://www.npmjs.com/package/serve) is used to serve your vue single page application.
The following command will build and run the image.
```bash
$ npm run docker
```
## Contribution
Ensure your commit messages follow the [Angular Commit Message Conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format).