Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 825 Bytes

vue-cli-plugin-docker

npm version Build Status

🐳 Dockerize your vue app

Installation

$ vue add docker

Usage

It will create a Dockerfile and .dockerignore in the root of your project. serve is used to serve your vue single page application.

The following command will build and run the image.

$ npm run docker

Contribution

Ensure your commit messages follow the Angular Commit Message Conventions.