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

https://github.com/w3tecch/vue-logdown


https://github.com/w3tecch/vue-logdown

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


w3tec

Vue.js Plugin - Logdown


A simple plugin for logging with logdown.js.
Made with ❤️ by w3tech and contributors


![divider](./w3tec-divider.png)

## ❯ Why

A Vue JS wrapper around [logdown.js](http://caiogondim.github.io/logdown.js/). Developed for Vue 2.

![divider](./w3tec-divider.png)

## ❯ Table of Contents

- [Getting Started](#-getting-started)
- [License](#-license)

## ❯ Getting Started

Install using npm:

```bash
$ npm install vue-logdown
```

Import and register Vue plugin:

```js
import Vue from 'vue';
import VueLogdown from 'vue-logdown';

Vue.use(VueLogdown);
```

Or add some [logdown options](https://github.com/caiogondim/logdown.js?files=1#options)

```js
...
Vue.use(VueLogdown, {
markdown: true,
});
```

![divider](./w3tec-divider.png)

## ❯ License

[MIT](/LICENSE)