https://github.com/skybrud/sky-mailchimp
https://github.com/skybrud/sky-mailchimp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skybrud/sky-mailchimp
- Owner: skybrud
- License: mit
- Created: 2015-04-24T09:32:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T13:14:43.000Z (over 7 years ago)
- Last Synced: 2023-03-24T12:09:13.078Z (over 3 years ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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!