An open API service indexing awesome lists of open source software.

https://github.com/skybrud/sky-mailchimp


https://github.com/skybrud/sky-mailchimp

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# sky-mailchimp
> Vue-component to subscribing to mailchimp-newsletters

## Installation
```bash
npm install sky-mailchimp
```
or
```bash
yarn add sky-mailchimp
```

## Usage
Begin by importing and installing the SkyMailchimp Vue plugin
```js
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](http://www.skybrud.dk/). Feel free to use it in any way you want. Feedback, questions and bugreports should be posted as issues. Pull-requests appreciated!