vue-cli-plugin-docker
vue-cli-plugin-docker copied to clipboard
🐳 Dockerize your vue app
vue-cli-plugin-docker
🐳 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.