vue-cli-plugin-now
🔺 vue-cli 3.x plugin to deploy your vue app using now 2.0
Getting started
Create or use a vue-cli 3.x project.
vue create my-vue-app
Install the vue-cli-plugin-now plugin
npm install --save-dev vue-cli-plugin-now
Invoke the plugin.
vue invoke vue-cli-plugin-now
Deploy your vue app.
now
Contribution
In order to let semantic release do its job use npm run commit
when committing changes.