1.1.0 • Published 7 years ago
vue-cli-plugin-now v1.1.0
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-appInstall the vue-cli-plugin-now plugin
npm install --save-dev vue-cli-plugin-nowInvoke the plugin.
vue invoke vue-cli-plugin-nowDeploy your vue app.
nowContribution
In order to let semantic release do its job use npm run commit when committing changes.