Vue-component to subscribing to mailchimp-newsletters
npm install sky-mailchimp
or
yarn add sky-mailchimp
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);
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!