Skip to content

crishellco/vue-plugin-template

Repository files navigation

Vue Plugin Template

Codeship Status for crishellco/vue-plugin-template

Subheading here

description here

This plugin requires that your project use Vuex

Install

yarn add -D vue-plugin-template
# or
npm i -D vue-plugin-template
import Vue from 'vue';
import VuePluginTemplate from 'vue-plugin-template';

Vue.use(VuePluginTemplate);

Component Usage

Scripts

yarn lint
yarn test
yarn build

How to Contribute

Pull Requests

  1. Fork the repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published