0.0.3 • Published 6 years ago

vue-cli-plugin-test-commit v0.0.3

Weekly downloads
72
License
MIT
Repository
-
Last release
6 years ago

vue-cli-plugin-commit

git commit plugin for @vue/cli 3.0.

Install

First you need to install @vue/cli globally (follow the instructions here).

Then create a project and add the Commit plugin:

vue create my-app cd my-app vue add commit You'll be asked some questions regarding how Element is configured in your project. After that, you're good to go.