vue-cli-plugin-docker
v0.2.2
Published
🐳 vue-cli 3.x plugin to serve your vue app using Docker
Downloads
84
Maintainers
Readme
vue-cli-plugin-docker
🐳 vue-cli 3.x plugin to serve your vue app using Docker
Getting started
Create or use a vue-cli 3.x project.
vue create my-vue-app
Install the vue-cli-plugin-docker plugin
npm install --save-dev vue-cli-plugin-docker
Invoke the plugin.
vue invoke vue-cli-plugin-docker
Serve your vue app.
npm run docker
Contribution
In order to let semantic release do its job use npm run commit
when committing changes.