https://github.com/w3tecch/vue-logdown
https://github.com/w3tecch/vue-logdown
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/w3tecch/vue-logdown
- Owner: w3tecch
- License: mit
- Created: 2018-06-14T13:44:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T15:00:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T21:18:01.350Z (2 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Vue.js Plugin - Logdown
A simple plugin for logging with logdown.js.
Made with ❤️ by w3tech and contributors

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

## ❯ 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,
});
```
## ❯ License
[MIT](/LICENSE)