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

https://github.com/itsjimi/v-highlightjs

⚡ Vue directive for highlighting code
https://github.com/itsjimi/v-highlightjs

highlightjs hightlight javascript module vue vuejs

Last synced: 3 months ago
JSON representation

⚡ Vue directive for highlighting code

Awesome Lists containing this project

README

        

# v-highlightjs
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

Vue directive for highlighting code

## Install
```sh
npm install --save v-highlightjs
```
or
```sh
yarn add v-highlightjs
```

## Use
```javascript
// import module
import VHighlightJS from 'v-highlightjs'

// use plugin
Vue.use(VHighlightJS)
```

```vue

```

## Credits
- https://github.com/highlightjs/highlight.js
- https://github.com/metachris/vue-highlightjs