vue-cli-plugin-docker
v0.2.2
Published
🐳 vue-cli 3.x plugin to serve your vue app using Docker
Downloads
21
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-appInstall the vue-cli-plugin-docker plugin
npm install --save-dev vue-cli-plugin-dockerInvoke the plugin.
vue invoke vue-cli-plugin-dockerServe your vue app.
npm run dockerContribution
In order to let semantic release do its job use npm run commit when committing changes.
