0.0.2 • Published 5 years ago

sky-mailchimp v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

sky-mailchimp

Vue-component to subscribing to mailchimp-newsletters

Installation

npm install sky-mailchimp

or

yarn add sky-mailchimp

Usage

Begin by importing and installing the SkyMailchimp Vue plugin

import Vue from 'vue';
import SkyMailchimp from 'sky-mailchimp';

// If you want to use the baseline scss add the following line
import '${YOUR-PROJECT-ROOT-PATH}/node_modules/sky-mailchimp/src/SkyMailchimp.scss';

Vue.use(SkyMailchimp);

Credits

This module is made by the Frontenders at skybrud.dk. Feel free to use it in any way you want. Feedback, questions and bugreports should be posted as issues. Pull-requests appreciated!